Android: remove deprecated screenOrientation from AndroidHarness.
Screen orientation is set in manifest instead of in MainActivity.
This commit is contained in:
parent
00a2a84447
commit
1569e9583a
@ -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…
x
Reference in New Issue
Block a user