From 7ed03671dff98c7b2671be34cdf18821cdf18450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 27 Apr 2011 06:17:18 +0000 Subject: [PATCH] point handler - remove the ununsed finishTouchGeometry function, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11913 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Handler/Point.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/OpenLayers/Handler/Point.js b/lib/OpenLayers/Handler/Point.js index 9155f02cf5..1594677387 100644 --- a/lib/OpenLayers/Handler/Point.js +++ b/lib/OpenLayers/Handler/Point.js @@ -245,14 +245,6 @@ OpenLayers.Handler.Point = OpenLayers.Class(OpenLayers.Handler, { } }, - /** - * Method: finishTouchGeometry - * Finish the geometry and send it back to the control. - */ - finishTouchGeometry: function() { - this.finalize(); - }, - /** * Method: finalize * Finish the geometry and call the "done" callback.