From 999bb199be95ad0bc339f73792e010907689aa6e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 31 Dec 2010 10:14:43 -0500 Subject: [PATCH] remove commented out code --- ansel/lib/Ansel.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ansel/lib/Ansel.php b/ansel/lib/Ansel.php index 355a1432c..5faabf097 100644 --- a/ansel/lib/Ansel.php +++ b/ansel/lib/Ansel.php @@ -363,20 +363,6 @@ class Ansel { global $conf; - // To avoid having to add a new img/* file everytime we add a new - // thumbstyle, we check for the 'non-prettythumb' views, then route the - // rest through prettythumb, passing it the style. -// switch ($view) { -// case 'screen': -// case 'full': -// case 'thumb': -// case 'mini': -// // Do nothing. -// break; -// default: -// $view = 'prettythumb'; -// } - if (empty($imageId)) { return Horde::url((string)Ansel::getErrorImage($view), $full); } -- 2.11.0