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

View File

@@ -2,7 +2,7 @@
* @module ol/source/Cluster
*/
import {getUid, inherits} from '../util.js';
import {getUid} from '../util.js';
import {assert} from '../asserts.js';
import Feature from '../Feature.js';
import {scale as scaleCoordinate, add as addCoordinate} from '../coordinate.js';