diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/com/android/launcher2/Launcher.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java index 41f9e7d..4378af1 100644 --- a/src/com/android/launcher2/Launcher.java +++ b/src/com/android/launcher2/Launcher.java @@ -1679,19 +1679,6 @@ public final class Launcher extends Activity } /** - * Temporary: to allow us to test rotation in the launcher. - * - * @param v The view that was clicked. - */ - public void onClickRotateButton(View v) { - // TODO: this method is temporary. Remove it. - setRequestedOrientation( - (getRequestedOrientation() == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT) - ? ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE - : ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); - } - - /** * Event handler for the "grid" button that appears on the home screen, which * enters all apps mode. * |