Removing unnecessary require

This commit is contained in:
Tim Schaub
2013-09-04 13:21:52 -06:00
parent 36ea408ed2
commit 7d510310ed

View File

@@ -3,7 +3,6 @@ goog.provide('ol.geom.SharedVertices');
goog.require('goog.asserts');
goog.require('ol.Coordinate');
goog.require('ol.CoordinateArray');
goog.require('ol.geom'); // TODO: remove this when #958 is addressed
/**