Android: remove deprecated screenOrientation from AndroidHarness.

Screen orientation is set in manifest instead of in MainActivity.
experimental
iwgeric 10 years ago
parent 00a2a84447
commit 1569e9583a
  1. 6
      jme3-android/src/main/java/com/jme3/app/AndroidHarness.java

@ -167,12 +167,6 @@ public class AndroidHarness extends Activity implements TouchListener, DialogInt
*/
protected int splashPicID = 0;
/**
* No longer used - Use the android:screenOrientation declaration in
* the AndroidManifest.xml file.
*/
@Deprecated
protected int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_SENSOR;
protected OGLESContext ctx;
protected GLSurfaceView view = null;

Loading…
Cancel
Save