summaryrefslogtreecommitdiffstats
path: root/src/interfaces
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-08-01 09:01:32 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-08-01 09:01:32 +0000
commit7d61916813bda7be39072408f3fc12a8dd4472c2 (patch)
tree86da201d0339b04a54baa7495029c321fb479876 /src/interfaces
parent840b6749340e47faee8c6a4e75bac0ac731f86d6 (diff)
downloadzetacomponents-graph-7d61916813bda7be39072408f3fc12a8dd4472c2.zip
zetacomponents-graph-7d61916813bda7be39072408f3fc12a8dd4472c2.tar.gz
- Remove leftover from debugging code
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/axis_label_renderer.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interfaces/axis_label_renderer.php b/src/interfaces/axis_label_renderer.php
index 5621293..ad684de 100644
--- a/src/interfaces/axis_label_renderer.php
+++ b/src/interfaces/axis_label_renderer.php
@@ -357,11 +357,6 @@ abstract class ezcGraphAxisLabelRenderer extends ezcBaseOptions
$gridDirection
);
- $cuttingPoint = new ezcGraphCoordinate(
- $boundingLine['start']->x + $cuttingPosition * $boundingLine['dir']->x,
- $boundingLine['start']->y + $cuttingPosition * $boundingLine['dir']->y
- );
-
if ( $cuttingPosition === false )
{
continue;
OpenPOWER on IntegriCloud