summaryrefslogtreecommitdiff
path: root/src/com/android/launcher2/Utilities.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-03 13:12:50 -0700
committerWinson Chung <winsonc@google.com>2011-11-03 16:31:47 -0700
commit620542254c9b63cd17d2deefb07ffd39d8a54623 (patch)
tree3d4c53edea1c22b599d975115a1913c7261451df /src/com/android/launcher2/Utilities.java
parent14cee9a9bb10807362595f1d1e486716f997fc00 (diff)
downloadLauncher2-620542254c9b63cd17d2deefb07ffd39d8a54623.tar.gz
Altering touch feedback for qsb assets. (Bug: 5560273)
- Removing some dead code Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
Diffstat (limited to 'src/com/android/launcher2/Utilities.java')
-rw-r--r--src/com/android/launcher2/Utilities.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/launcher2/Utilities.java b/src/com/android/launcher2/Utilities.java
index e5169a20..d7562a94 100644
--- a/src/com/android/launcher2/Utilities.java
+++ b/src/com/android/launcher2/Utilities.java
@@ -43,8 +43,6 @@ import com.android.launcher.R;
final class Utilities {
private static final String TAG = "Launcher.Utilities";
- private static final boolean TEXT_BURN = false;
-
private static int sIconWidth = -1;
private static int sIconHeight = -1;
private static int sIconTextureWidth = -1;