From: Chuck Hagenbuch Date: Sun, 22 Aug 2010 02:47:32 +0000 (-0400) Subject: WS X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7e504562aefcbc2f87d5994dcc71db3b3b7ac03f;p=horde.git WS --- diff --git a/ansel/lib/GalleryMode/Base.php b/ansel/lib/GalleryMode/Base.php index 8d7b0fef7..9b18a473d 100644 --- a/ansel/lib/GalleryMode/Base.php +++ b/ansel/lib/GalleryMode/Base.php @@ -48,7 +48,6 @@ abstract class Ansel_GalleryMode_Base */ public function setDate($date = array()) { - //noop } /** @@ -149,5 +148,4 @@ abstract class Ansel_GalleryMode_Base * @return integer The number of images in this gallery */ abstract public function countImages($subgalleries = false); - -} \ No newline at end of file +}