From 414300a79d140f8c2c8760d9adab750f69ffeafd Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Tue, 27 Aug 2013 15:42:35 +0200 Subject: Clean up unused code Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80 --- src/com/android/launcher3/CellLayout.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/com/android/launcher3/CellLayout.java') diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index 3c4180464..0a0452daf 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java @@ -622,8 +622,6 @@ public class CellLayout extends ViewGroup { // Hotseat icons - remove text if (child instanceof BubbleTextView) { BubbleTextView bubbleChild = (BubbleTextView) child; - - Resources res = getResources(); bubbleChild.setTextVisibility(!mIsHotseat); } -- cgit v1.2.3