remove a todo, whitespace etc...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 7 Jul 2009 20:48:47 +0000 (16:48 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 9 Jul 2009 14:11:37 +0000 (10:11 -0400)
framework/Image/lib/Horde/Image.php
framework/Image/lib/Horde/Image/Effect/Im/TextWatermark.php

index ed5a37f..dc4d1cf 100644 (file)
@@ -554,8 +554,6 @@ class Horde_Image
             $class = str_replace('Horde_Image_', '', get_class($this));
 
             // First, load the driver-agnostic Effects.
-            // TODO: This will need to be revisted when directory structure
-            //       changes for Horde 4.
             $path = dirname(__FILE__) . '/Image/Effect/';
             if (is_dir($path)) {
                 if ($handle = opendir($path)) {
index 5d5c912..a4d59be 100644 (file)
@@ -70,4 +70,4 @@ class Horde_Image_Effect_Im_TextWatermark extends Horde_Image_Effect
         $this->_image->raw();
     }
 
-}
\ No newline at end of file
+}