From 3b1c33ded5b47f47a8d8c3f6cc2b80751e04d31b Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 17 Apr 2015 09:14:59 -0600 Subject: [PATCH] Remove unused ol.IS_HTTPS --- src/ol/ol.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ol/ol.js b/src/ol/ol.js index 417a0cde6c..8996511246 100644 --- a/src/ol/ol.js +++ b/src/ol/ol.js @@ -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