removed accidentally committed crap-code

This commit is contained in:
Savetheinternet 2011-07-22 19:41:53 +10:00
parent ab0d6e27d7
commit 89024e7ac2

View File

@ -215,16 +215,6 @@
}
}
class ImageSVG extends ImageBase {
public function from() {
$im = new Imagick();
$this->image = @imagecreatefrombmp($this->src);
}
public function to($src) {
imagebmp($this->image, $src);
}
}
/*********************************************/
/* Fonction: imagecreatefrombmp */