From: Michael J. Rubinsky Date: Fri, 31 Dec 2010 15:14:43 +0000 (-0500) Subject: remove commented out code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=999bb199be95ad0bc339f73792e010907689aa6e;p=horde.git remove commented out code --- 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); }