Remove unused requires
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
goog.provide('ol.render.webgl');
|
||||
|
||||
goog.require('ol');
|
||||
|
||||
|
||||
/**
|
||||
* @const
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
goog.provide('ol.webgl');
|
||||
|
||||
goog.require('ol');
|
||||
|
||||
|
||||
/** Constants taken from goog.webgl
|
||||
/**
|
||||
* Constants taken from goog.webgl
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
goog.provide('ol.webgl.Buffer');
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.webgl');
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
goog.provide('ol.webgl.Shader');
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.functions');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user