summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/SelectionDrawer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/SelectionDrawer.java')
-rw-r--r--src/com/android/gallery3d/ui/SelectionDrawer.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/ui/SelectionDrawer.java b/src/com/android/gallery3d/ui/SelectionDrawer.java
index 43b368f6f..e69a90282 100644
--- a/src/com/android/gallery3d/ui/SelectionDrawer.java
+++ b/src/com/android/gallery3d/ui/SelectionDrawer.java
@@ -16,11 +16,10 @@
package com.android.gallery3d.ui;
-import com.android.gallery3d.common.Utils;
-import com.android.gallery3d.data.Path;
-
import android.graphics.Rect;
+import com.android.gallery3d.data.Path;
+
/**
* Drawer class responsible for drawing selectable frame.
*/