summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/StrokedTextView.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-04-11 15:26:53 -0700
committerMichael Jurka <mikejurka@google.com>2012-04-11 15:26:53 -0700
commit64c9ab318817d5f098fa0fed7d893f630189b657 (patch)
treeb04f844bd21a26b0cce61a4ed354823c61460f4c /src/com/android/launcher2/StrokedTextView.java
parent9658b1e65932f0149a596f451e0bd966e7ee4e74 (diff)
downloadandroid_packages_apps_Trebuchet-64c9ab318817d5f098fa0fed7d893f630189b657.tar.gz
android_packages_apps_Trebuchet-64c9ab318817d5f098fa0fed7d893f630189b657.tar.bz2
android_packages_apps_Trebuchet-64c9ab318817d5f098fa0fed7d893f630189b657.zip
Removing dead code
Diffstat (limited to 'src/com/android/launcher2/StrokedTextView.java')
-rw-r--r--src/com/android/launcher2/StrokedTextView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher2/StrokedTextView.java b/src/com/android/launcher2/StrokedTextView.java
index 20f9f48a0..4e28d17d7 100644
--- a/src/com/android/launcher2/StrokedTextView.java
+++ b/src/com/android/launcher2/StrokedTextView.java
@@ -89,7 +89,6 @@ public class StrokedTextView extends TextView {
protected void onDraw(Canvas canvas) {
if (mCache != null) {
if (mUpdateCachedBitmap) {
- final int gap = getCompoundDrawablePadding();
final int w = getMeasuredWidth();
final int h = getMeasuredHeight();
final String text = getText().toString();