Author: Kore Nordmann
Date: 2007-02-01 13:21:29 +0100 (Thu, 01 Feb 2007)
New Revision: 4611

Log:
- Removed not longer used assignement

Modified:
   trunk/Graph/src/interfaces/driver.php

Modified: trunk/Graph/src/interfaces/driver.php
===================================================================
--- trunk/Graph/src/interfaces/driver.php       2007-02-01 12:20:52 UTC (rev 
4610)
+++ trunk/Graph/src/interfaces/driver.php       2007-02-01 12:21:29 UTC (rev 
4611)
@@ -177,8 +177,6 @@
             // point and the size as distance to move.
             // point + v + size / tan( angle / 2 ) * startVector
             $newPoint = clone $vectors[$next];
-            $angle = $lastVector->angle( $vectors[$next] ) / 2;
-
             $newPoints[$next] = 
                 $v  ->add( 
                         $newPoint

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

Reply via email to