removing dead code
This commit is contained in:
@@ -76,11 +76,6 @@ public class ApplicationInfoDropTarget extends ImageView implements DropTarget,
|
||||
return false;
|
||||
}
|
||||
|
||||
public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset,
|
||||
DragView dragView, Object dragInfo, Rect recycle) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset,
|
||||
DragView dragView, Object dragInfo) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user