From 42db224f3d3361eaff4fad6c26642c10895fb699 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 15 Sep 2006 18:59:40 +0000 Subject: [PATCH] this function is an exact copy of the same in mousedefaults -- just use the original from the superclass. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1473 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/MouseToolbar.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/OpenLayers/Control/MouseToolbar.js b/lib/OpenLayers/Control/MouseToolbar.js index 0b7e6bd1eb..c832cd07b0 100644 --- a/lib/OpenLayers/Control/MouseToolbar.js +++ b/lib/OpenLayers/Control/MouseToolbar.js @@ -254,12 +254,6 @@ OpenLayers.Control.MouseToolbar.prototype = this.map.div.style.cursor = "default"; }, - defaultMouseOut: function (evt) { - if (this.mouseDragStart != null - && OpenLayers.Util.mouseLeft(evt, this.map.div)) { - this.defaultMouseUp(evt); - } - }, defaultClick: function (evt) { if (this.performedDrag) { this.performedDrag = false;