Remove unused requires

This commit is contained in:
Tim Schaub
2017-08-17 14:46:18 -04:00
parent 74107816b4
commit d19dfa0775
4 changed files with 2 additions and 8 deletions
-2
View File
@@ -1,7 +1,5 @@
goog.provide('ol.render.webgl');
goog.require('ol');
/**
* @const
+2 -4
View File
@@ -1,9 +1,7 @@
goog.provide('ol.webgl');
goog.require('ol');
/** Constants taken from goog.webgl
/**
* Constants taken from goog.webgl
*/
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.webgl.Buffer');
goog.require('ol');
goog.require('ol.webgl');
-1
View File
@@ -1,6 +1,5 @@
goog.provide('ol.webgl.Shader');
goog.require('ol');
goog.require('ol.functions');