remove unused function in the mousewheel handler

This commit is contained in:
Éric Lemoine
2012-07-11 17:48:48 +02:00
parent d73531bf57
commit 62aee1d7ea

View File

@@ -33,11 +33,6 @@ ol.handler.MouseWheel = function(map, elt, states) {
/**
* @param {goog.events.MouseWheelEvent} e
*/
var handleMouseWheel = function(e) {
e.position = goog.style.getRelativePosition(e, elt);
e.type = 'mousewheel';
goog.events.dispatchEvent(map, e);
};
goog.events.listen(handler,
goog.events.MouseWheelHandler.EventType.MOUSEWHEEL,