diff --git a/ext/handle_pixel/main.php b/ext/handle_pixel/main.php index 061a155a..2f1ba9ae 100644 --- a/ext/handle_pixel/main.php +++ b/ext/handle_pixel/main.php @@ -7,12 +7,6 @@ */ class PixelFileHandler extends DataHandlerExtension { - public function setup() { - $sb = new SetupBlock("Image Zoom"); - $sb->add_bool_option("image_zoom", "Zoom by default: "); - return $sb; - } - protected function supported_ext($ext) { $exts = array("jpg", "jpeg", "gif", "png"); return in_array(strtolower($ext), $exts);