From bd0f3d2015c0c4b779f391c28f9f18e5958bcdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 27 Sep 2012 13:42:30 +0200 Subject: [PATCH] Zoom control does not know about the constraints --- src/ol/control/zoom.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ol/control/zoom.js b/src/ol/control/zoom.js index 425413a8d6..5c504d9668 100644 --- a/src/ol/control/zoom.js +++ b/src/ol/control/zoom.js @@ -1,5 +1,3 @@ -// FIXME: remove constraints from here - goog.provide('ol.control.Zoom'); goog.require('goog.dom'); @@ -7,7 +5,6 @@ goog.require('goog.dom.TagName'); goog.require('goog.events'); goog.require('goog.events.EventType'); goog.require('ol.Projection'); -goog.require('ol.ResolutionConstraint'); goog.require('ol.control.Control');