Index: temp/trunk/data/class/SC_UploadFile.php
===================================================================
--- temp/trunk/data/class/SC_UploadFile.php	(revision 9271)
+++ temp/trunk/data/class/SC_UploadFile.php	(revision 9272)
@@ -302,6 +302,4 @@
 		$filepath = $this->temp_dir . $file;
 		
-		$objImage = new SC_Image($filepath);
-		
 		$path = $this->makeThumb($filepath, $to_w, $to_h);
 		
