Remove unused ol.IS_HTTPS

This commit is contained in:
Tim Schaub
2015-04-17 09:14:59 -06:00
parent b22f3c6829
commit 3b1c33ded5

View File

@@ -153,14 +153,6 @@ ol.LEGACY_IE_SUPPORT = false;
ol.INITIAL_ATLAS_SIZE = 256;
/**
* The page is loaded using HTTPS.
* @const
* @type {boolean}
*/
ol.IS_HTTPS = goog.global.location.protocol === 'https:';
/**
* Whether the current browser is legacy IE
* @const