removing unused function

git-svn-id: http://svn.openlayers.org/trunk/openlayers@145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-18 13:19:05 +00:00
parent a3941b683e
commit 2f9e809bad

View File

@@ -575,11 +575,6 @@ OpenLayers.Util.createDiv = function(id, px, sz, overflow, img, position) {
return dom;
};
OpenLayers.Util.ImageHTML=function(img,sz,alt){
return "<img src='" + img + "' padding='0' border='0' alt='" + alt + "' width=" + sz.w + "px height=" + sz.h + "px/>";
};
/**
* @param {str} img - src URL
* @param {OpenLayers.Size} sz