From 9f1db756efbe2fdbf540b17e2eb93d7bc8a6ae37 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 12 Mar 2012 10:31:33 +0000 Subject: Removed overlay test code. --- src/net/cbaines/suma/BuildingNumOverlay.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/net/cbaines/suma/BuildingNumOverlay.java b/src/net/cbaines/suma/BuildingNumOverlay.java index 6acffa1..8ec5ec4 100644 --- a/src/net/cbaines/suma/BuildingNumOverlay.java +++ b/src/net/cbaines/suma/BuildingNumOverlay.java @@ -239,20 +239,6 @@ public class BuildingNumOverlay extends Overlay implements Preferences, OnShared } } - /** - * You can prevent all(!) other Touch-related events from happening!
- * By default does nothing (return false). If you handled the Event, return true, otherwise return - * false. If you returned true none of the following Overlays or the underlying {@link MapView} has - * the chance to handle this event. - */ - public boolean onTouchEvent(final MotionEvent event, final MapView mapView) { - Log.i(TAG, "getAction " + event.getAction()); - Log.i(TAG, "getDownTime " + event.getDownTime()); - Log.i(TAG, "getPointerCount " + event.getPointerCount()); - - return true; - } - @Override public boolean onLongPress(final MotionEvent event, final MapView mapView) { -- cgit v1.2.3