Remove deprecated inherits function

This commit is contained in:
Frederic Junod
2019-01-25 16:28:01 +01:00
parent 862553509a
commit fe5da2e160
4 changed files with 7 additions and 31 deletions

View File

@@ -30,5 +30,4 @@ export {default as VectorRenderTile} from './VectorRenderTile.js';
export {default as VectorTile} from './VectorTile.js';
export {default as View} from './View.js';
export {getUid, inherits, VERSION} from './util.js';
export {getUid, VERSION} from './util.js';