Author: kn
Date: Wed Aug  1 11:01:32 2007
New Revision: 5793

Log:
- Remove leftover from debugging code

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

Modified: trunk/Graph/src/interfaces/axis_label_renderer.php
==============================================================================
--- trunk/Graph/src/interfaces/axis_label_renderer.php [iso-8859-1] (original)
+++ trunk/Graph/src/interfaces/axis_label_renderer.php [iso-8859-1] Wed Aug  1 
11:01:32 2007
@@ -357,11 +357,6 @@
                 $gridDirection
             );
 
-            $cuttingPoint = new ezcGraphCoordinate(
-                $boundingLine['start']->x + $cuttingPosition * 
$boundingLine['dir']->x,
-                $boundingLine['start']->y + $cuttingPosition * 
$boundingLine['dir']->y
-            );
-
             if ( $cuttingPosition === false )
             {
                 continue;


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to