useless comment

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1202 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-12 17:40:37 +00:00
parent b63427037f
commit b6a8ead478

View File

@@ -131,7 +131,6 @@ OpenLayers.Layer.prototype = {
*/
setName: function(newName) {
this.name = newName;
// assuming a map has been assigned, trigger changelayer
if (this.map != null)
this.map.events.triggerEvent("changelayer");
},