From 02649e2b70320a1d926acb2cd234239b9be0cfff Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 15 Dec 2017 10:42:55 +0100 Subject: [PATCH] Remove now unused DEVICE_ORIENTATION --- src/ol/has.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ol/has.js b/src/ol/has.js index 182eaea2ea..22d9166e49 100644 --- a/src/ol/has.js +++ b/src/ol/has.js @@ -80,15 +80,6 @@ _ol_has_.CANVAS = ( })(); -/** - * Indicates if DeviceOrientation is supported in the user's browser. - * @const - * @type {boolean} - * @api - */ -_ol_has_.DEVICE_ORIENTATION = 'DeviceOrientationEvent' in window; - - /** * Is HTML5 geolocation supported in the current browser? * @const