summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/Launcher.java')
-rw-r--r--src/com/android/launcher2/Launcher.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java
index 41f9e7dbb..4378af19c 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.
*