Clean up unused code and import declarations

Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
This commit is contained in:
Michael Jurka
2011-11-22 21:02:29 -08:00
parent 8171d8ce48
commit 92f3d46cf3
20 changed files with 9 additions and 90 deletions
@@ -71,11 +71,6 @@ public class HandleView extends ImageView {
return super.onTouchEvent(ev);
}
private static boolean isDirectionKey(int keyCode) {
return keyCode == KeyEvent.KEYCODE_DPAD_DOWN || keyCode == KeyEvent.KEYCODE_DPAD_LEFT ||
keyCode == KeyEvent.KEYCODE_DPAD_RIGHT || keyCode == KeyEvent.KEYCODE_DPAD_UP;
}
void setLauncher(Launcher launcher) {
mLauncher = launcher;
}