summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/BubbleTextView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/BubbleTextView.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/BubbleTextView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/trebuchet/BubbleTextView.java b/src/com/cyanogenmod/trebuchet/BubbleTextView.java
index 4c94bc97b..8a48b1645 100644
--- a/src/com/cyanogenmod/trebuchet/BubbleTextView.java
+++ b/src/com/cyanogenmod/trebuchet/BubbleTextView.java
@@ -34,7 +34,6 @@ import android.widget.TextView;
* too aggressive.
*/
public class BubbleTextView extends TextView implements ShortcutInfo.ShortcutListener {
- static final float CORNER_RADIUS = 4.0f;
static final float SHADOW_LARGE_RADIUS = 4.0f;
static final float SHADOW_SMALL_RADIUS = 1.75f;
static final float SHADOW_Y_OFFSET = 2.0f;