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
This commit is contained in:
Éric Lemoine
2011-04-27 06:17:18 +00:00
parent a852fc5153
commit 7ed03671df

View File

@@ -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.