summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/StrokedTextView.java
diff options
context:
space:
mode:
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();