Remove unused goog.require

This commit is contained in:
Frederic Junod
2015-12-02 14:08:01 +01:00
parent 6530fbe6c3
commit 6e58be72bb

View File

@@ -2,7 +2,6 @@ goog.provide('ol.format.IGC');
goog.provide('ol.format.IGCZ');
goog.require('goog.asserts');
goog.require('goog.string');
goog.require('goog.string.newlines');
goog.require('ol.Feature');
goog.require('ol.format.Feature');