diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-01 09:01:32 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-01 09:01:32 +0000 |
commit | 7d61916813bda7be39072408f3fc12a8dd4472c2 (patch) | |
tree | 86da201d0339b04a54baa7495029c321fb479876 /src/interfaces | |
parent | 840b6749340e47faee8c6a4e75bac0ac731f86d6 (diff) | |
download | zetacomponents-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.php | 5 |
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; |