Remove unused inherits

This commit is contained in:
Tim Schaub
2018-07-18 00:13:43 -06:00
parent 1a5cf52b61
commit b7b15eb7f0
63 changed files with 53 additions and 65 deletions
-1
View File
@@ -1,7 +1,6 @@
/**
* @module ol/layer/Vector
*/
import {inherits} from '../util.js';
import LayerType from '../LayerType.js';
import Layer from '../layer/Layer.js';
import VectorRenderType from '../layer/VectorRenderType.js';