From 19fb6a16aef343405feb9198ac80103e4f4782d7 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 1 Apr 2012 16:53:47 +0100 Subject: [PATCH] image zoom isn't an admin option any more --- ext/handle_pixel/main.php | 6 ------ 1 file changed, 6 deletions(-) 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);