WS
authorChuck Hagenbuch <chuck@horde.org>
Sun, 22 Aug 2010 02:47:32 +0000 (22:47 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 22 Aug 2010 02:47:32 +0000 (22:47 -0400)
ansel/lib/GalleryMode/Base.php

index 8d7b0fe..9b18a47 100644 (file)
@@ -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
+}