summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_Graph
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-27 15:35:58 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-27 15:35:58 -0500
commit502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8 (patch)
tree2406c26886dc9b3f979adf3c4811a3a845c25e40 /pts-core/objects/pts_Graph
parente0bf310ff2f2b201c8f0cffbe3055ee7b11f2b07 (diff)
downloadphoronix-test-suite-upstream-502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8.tar.gz
phoronix-test-suite-upstream-502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8.tar.xz
phoronix-test-suite-upstream-502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8.zip
pts-core: Clean up Display / X.Org server reported string
Diffstat (limited to 'pts-core/objects/pts_Graph')
-rw-r--r--pts-core/objects/pts_Graph/pts_Graph.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pts-core/objects/pts_Graph/pts_Graph.php b/pts-core/objects/pts_Graph/pts_Graph.php
index 6e8a907..c152511 100644
--- a/pts-core/objects/pts_Graph/pts_Graph.php
+++ b/pts-core/objects/pts_Graph/pts_Graph.php
@@ -546,7 +546,6 @@ abstract class pts_Graph
}
protected function return_graph_image()
{
-
$this->graph_image->render_image($this->graph_output, 5);
$this->graph_image->destroy_image();
}