From 93087c76617b018f38745cf19dd7cff5391d3dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 20 Nov 2013 15:48:11 +0100 Subject: [PATCH] Remove unused ol.style.Text width property --- src/ol/style/textstyle.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ol/style/textstyle.js b/src/ol/style/textstyle.js index 37062df057..8d50d1120c 100644 --- a/src/ol/style/textstyle.js +++ b/src/ol/style/textstyle.js @@ -27,11 +27,6 @@ ol.style.Text = function(options) { * @type {string|undefined} */ this.textBaseline = options.textBaseline; - - /** - * @type {number} - */ - this.width = options.width; };