Compilation fix

This commit is contained in:
pelya
2011-05-24 13:41:33 +03:00
parent 2eb1de79b9
commit ebd3757b91
2 changed files with 1 additions and 6 deletions

View File

@@ -930,7 +930,6 @@ public class GLSurfaceView_SDL extends SurfaceView implements SurfaceHolder.Call
* This is our main activity thread's loop, we go until
* asked to quit.
*/
try {
/*
* Update the asynchronous state (window size)
@@ -999,10 +998,6 @@ public class GLSurfaceView_SDL extends SurfaceView implements SurfaceHolder.Call
if( Globals.NonBlockingSwapBuffers )
return false;
}
} catch (java.lang.InterruptedException e) {
return false;
}
}
private boolean needToWait() {