diff --git a/src/com/limelight/Game.java b/src/com/limelight/Game.java index bc50b12e..d4513f61 100644 --- a/src/com/limelight/Game.java +++ b/src/com/limelight/Game.java @@ -91,7 +91,6 @@ public class Game extends Activity implements OnGenericMotionListener, OnTouchLi sv.setOnTouchListener(this); SurfaceHolder sh = sv.getHolder(); - sh.setFormat(PixelFormat.RGBX_8888); // Start the spinner spinner = SpinnerDialog.displayDialog(this, "Establishing Connection", "Starting connection", true);