Merge pull request #2096 from fredj/unused-require

Remove unused goog.require
This commit is contained in:
Frédéric Junod
2014-05-21 17:36:29 +02:00
20 changed files with 0 additions and 21 deletions
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.format.GML');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.dom.NodeType');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.format.TopoJSON');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.object');
goog.require('ol.Feature');