From 89024e7ac26b277def1a63b33275c7228d06a332 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 22 Jul 2011 19:41:53 +1000 Subject: [PATCH] removed accidentally committed crap-code --- inc/image.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/inc/image.php b/inc/image.php index 85a7456a..d6ad9a07 100644 --- a/inc/image.php +++ b/inc/image.php @@ -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 */