From 0746715231bc5effb88345a231274c48726c2966 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 18 Nov 2013 14:27:03 +0100 Subject: [PATCH] Remove unused RegExp, thanks @fredj --- src/ol/color/color.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ol/color/color.js b/src/ol/color/color.js index 324bbe39d1..551cee056d 100644 --- a/src/ol/color/color.js +++ b/src/ol/color/color.js @@ -38,14 +38,6 @@ ol.Color; ol.color.hexColorRe_ = /^#(?:[0-9a-f]{3}){1,2}$/i; -/** - * @type {RegExp} - * @private - * This RegExp matches # followed by 4 or 8 hex digits. - */ -ol.color.hexaColorRe_ = /^#(?:[0-9a-f]{4}){1,2}$/i; - - /** * @type {RegExp} * @private