Removing redundant redraw. This patch is an excellent example of how things should be done, well done jorix. p=jorix, r=me (closes #2837)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10734 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-09-14 07:30:28 +00:00
parent 5417057974
commit c70a97fb77
2 changed files with 1 additions and 2 deletions

View File

@@ -207,7 +207,6 @@ OpenLayers.Control.Panel = OpenLayers.Class(OpenLayers.Control, {
} else {
control.activate();
}
this.redraw();
return;
}
var c;