summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewCellLayout.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-01-17 15:31:53 -0800
committerMichael Jurka <mikejurka@google.com>2011-01-17 16:58:15 -0800
commit4a7d4afe87a9146b3cefef8e00581090301b698d (patch)
treeba34878caa456d3479972a598d04b289bff38080 /src/com/android/launcher2/PagedViewCellLayout.java
parent1d8ad0dd3b295b35e7fc9944eb298150b4fa4a99 (diff)
downloadandroid_packages_apps_Trebuchet-4a7d4afe87a9146b3cefef8e00581090301b698d.tar.gz
android_packages_apps_Trebuchet-4a7d4afe87a9146b3cefef8e00581090301b698d.tar.bz2
android_packages_apps_Trebuchet-4a7d4afe87a9146b3cefef8e00581090301b698d.zip
Removing dead code
Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
Diffstat (limited to 'src/com/android/launcher2/PagedViewCellLayout.java')
-rw-r--r--src/com/android/launcher2/PagedViewCellLayout.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/launcher2/PagedViewCellLayout.java b/src/com/android/launcher2/PagedViewCellLayout.java
index b779a973d..70ad997b6 100644
--- a/src/com/android/launcher2/PagedViewCellLayout.java
+++ b/src/com/android/launcher2/PagedViewCellLayout.java
@@ -17,14 +17,8 @@
package com.android.launcher2;
import android.content.Context;
-import android.graphics.Bitmap;
-import android.graphics.Canvas;
-import android.graphics.Color;
-import android.graphics.Paint;
-import android.graphics.PorterDuff;
import android.graphics.Rect;
import android.util.AttributeSet;
-import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewDebug;