removing dead code

This commit is contained in:
Michael Jurka
2010-09-17 10:59:31 -07:00
parent 24ab2f1bb5
commit f79d5265c6
7 changed files with 0 additions and 79 deletions
@@ -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) {