Remove unused requires from tests

This commit is contained in:
Tim Schaub
2016-08-07 23:13:28 -06:00
parent ed5dbd1293
commit c203f6a841
18 changed files with 0 additions and 32 deletions

View File

@@ -2,7 +2,6 @@ goog.provide('ol.test.format.GML');
goog.require('ol.format.GML');
goog.require('ol.format.GML2');
goog.require('ol.format.GML3');
goog.require('ol.geom.LineString');
goog.require('ol.geom.LinearRing');
goog.require('ol.geom.MultiPoint');