Remove unused goog.require

Found by the latest version of closure-compiler (v20150729)
This commit is contained in:
Frederic Junod
2015-08-04 10:01:07 +02:00
parent 08c01de6b0
commit 0a6745f1e4
15 changed files with 0 additions and 15 deletions

View File

@@ -28,7 +28,6 @@ goog.require('ol.interaction.InteractionProperty');
goog.require('ol.interaction.Pointer');
goog.require('ol.layer.Vector');
goog.require('ol.source.Vector');
goog.require('ol.style.Style');
/**