Remove unused constants from ol/webgl

And change the `EXTENSIONS` constant to a function
This commit is contained in:
Frederic Junod
2019-06-03 12:37:47 +02:00
parent 51c8886d60
commit ef10834eb3
5 changed files with 10 additions and 234 deletions
-2
View File
@@ -38,5 +38,3 @@ export const MAC = ua.indexOf('macintosh') !== -1;
* @api
*/
export const DEVICE_PIXEL_RATIO = window.devicePixelRatio || 1;
export {HAS as WEBGL} from './webgl.js';