Android: remove deprecated screenOrientation from AndroidHarness.

Screen orientation is set in manifest instead of in MainActivity.
This commit is contained in:
iwgeric 2015-04-02 13:08:53 -04:00
parent 00a2a84447
commit 1569e9583a

View File

@ -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;