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

View File

@@ -1,7 +1,5 @@
goog.provide('ol.render.webgl');
goog.require('ol');
/**
* @const

View File

@@ -1,9 +1,7 @@
goog.provide('ol.webgl');
goog.require('ol');
/** Constants taken from goog.webgl
/**
* Constants taken from goog.webgl
*/

View File

@@ -1,6 +1,5 @@
goog.provide('ol.webgl.Buffer');
goog.require('ol');
goog.require('ol.webgl');

View File

@@ -1,6 +1,5 @@
goog.provide('ol.webgl.Shader');
goog.require('ol');
goog.require('ol.functions');