removing unused function
git-svn-id: http://svn.openlayers.org/trunk/openlayers@145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user