Author: ts
Date: Mon Jan 21 21:18:35 2008
New Revision: 7221

Log:
- Removed empty if-statement.
# Found by PHPUnderControl.

Modified:
    trunk/Tree/src/visitors/graphviz.php

Modified: trunk/Tree/src/visitors/graphviz.php
==============================================================================
--- trunk/Tree/src/visitors/graphviz.php [iso-8859-1] (original)
+++ trunk/Tree/src/visitors/graphviz.php [iso-8859-1] Mon Jan 21 21:18:35 2008
@@ -60,10 +60,6 @@
      */
     public function visit( ezcTreeVisitable $visitable )
     {
-        if ( $visitable instanceof ezcTree )
-        {
-        }
-
         if ( $visitable instanceof ezcTreeNode )
         {
             $id = $this->createId( $visitable );


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to