Remove unused variables in renderers

This commit is contained in:
Tom Payne
2013-05-21 12:48:44 +02:00
parent 268c18988b
commit f64e35e8bb
6 changed files with 1 additions and 16 deletions

View File

@@ -22,12 +22,6 @@ ol.renderer.Map = function(container, map) {
goog.base(this);
/**
* @private
* @type {Element}
*/
this.container_ = container;
/**
* @private
* @type {ol.Map}