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.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/launcher2/DragSource.java b/src/com/android/launcher2/DragSource.java
index 2a8f263a5..06f5ee1e6 100644
--- a/src/com/android/launcher2/DragSource.java
+++ b/src/com/android/launcher2/DragSource.java
@@ -25,11 +25,5 @@ import com.android.launcher2.DropTarget.DragObject;
*
*/
public interface DragSource {
- /**
- * Callback from the DragController when it begins drawing the drag view.
- * This allows the DragSource to dim or hide the original view.
- */
- void onDragViewVisible();
-
void onDropCompleted(View target, DragObject d, boolean success);
}