summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DragSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/DragSource.java')
-rw-r--r--src/com/android/launcher2/DragSource.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/launcher2/DragSource.java b/src/com/android/launcher2/DragSource.java
index 4dbdaf71a..649120d21 100644
--- a/src/com/android/launcher2/DragSource.java
+++ b/src/com/android/launcher2/DragSource.java
@@ -23,8 +23,6 @@ import android.view.View;
*
*/
public interface DragSource {
- void setDragController(DragController dragger);
-
/**
* Callback from the DragController when it begins drawing the drag view.
* This allows the DragSource to dim or hide the original view.