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; };