Merge pull request #7149 from tschaub/unused-requires

Remove unused requires
This commit is contained in:
Tim Schaub
2017-08-17 15:16:42 -04:00
committed by GitHub
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');