Remove unneeded requires in renderers

This commit is contained in:
Peter Robins
2016-08-07 08:44:26 +00:00
parent b25ce40781
commit 52afa50eec
5 changed files with 0 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ goog.require('ol.events.EventType');
goog.require('ol.extent');
goog.require('ol.functions');
goog.require('ol.layer.Layer');
goog.require('ol.renderer.Layer');
goog.require('ol.style.IconImageCache');