summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-02-04 17:00:27 -0800
committerJason Sams <rjsams@android.com>2010-02-04 17:00:27 -0800
commit23dcb7babfac69bb330c33efae89a6b98eb86934 (patch)
tree5028ea68d97cf77ae01fe366236bf3e1605f4688 /src
parent7651248dd16d3a1b8ada032f61f5100694e00609 (diff)
downloadandroid_packages_apps_Trebuchet-23dcb7babfac69bb330c33efae89a6b98eb86934.tar.gz
android_packages_apps_Trebuchet-23dcb7babfac69bb330c33efae89a6b98eb86934.tar.bz2
android_packages_apps_Trebuchet-23dcb7babfac69bb330c33efae89a6b98eb86934.zip
Remove dead code.
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/AllAppsView.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/com/android/launcher2/AllAppsView.java b/src/com/android/launcher2/AllAppsView.java
index a5ad1835d..ef1455553 100644
--- a/src/com/android/launcher2/AllAppsView.java
+++ b/src/com/android/launcher2/AllAppsView.java
@@ -140,14 +140,6 @@ public class AllAppsView extends RSSurfaceView
public static final int ICON_HEIGHT_PX = 64;
public static final int ICON_TEXTURE_HEIGHT_PX = 74;
public static final int SELECTION_TEXTURE_HEIGHT_PX = 74 + 20;
-
- public int SCREEN_WIDTH_PX;
- public int SCREEN_HEIGHT_PX;
-
- public void recompute(int w, int h) {
- SCREEN_WIDTH_PX = 480;
- SCREEN_HEIGHT_PX = 800;
- }
}
public AllAppsView(Context context, AttributeSet attrs) {
@@ -895,7 +887,6 @@ public class AllAppsView extends RSSurfaceView
mRes = res;
mWidth = width;
mHeight = height;
- mDefines.recompute(width, height);
initProgramVertex();
initProgramFragment();
initProgramStore();