summaryrefslogtreecommitdiffstats
path: root/pts-core/modules/system_monitor.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-29 20:34:27 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-29 20:34:27 -0500
commit958b4824250429483b3c3a9c8c8cd95b7a9f3586 (patch)
tree0e2a840a165cf93e2893cf006be786e23a70a5db /pts-core/modules/system_monitor.php
parent9e615e8e13e351d264d5dec91669fca39306b071 (diff)
downloadphoronix-test-suite-upstream-958b4824250429483b3c3a9c8c8cd95b7a9f3586.tar.gz
phoronix-test-suite-upstream-958b4824250429483b3c3a9c8c8cd95b7a9f3586.tar.xz
phoronix-test-suite-upstream-958b4824250429483b3c3a9c8c8cd95b7a9f3586.zip
pts-core: Allow pts_Graph to set the default image renderer for
blide_renderer
Diffstat (limited to 'pts-core/modules/system_monitor.php')
-rw-r--r--pts-core/modules/system_monitor.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/pts-core/modules/system_monitor.php b/pts-core/modules/system_monitor.php
index 78a90dd..daf2de1 100644
--- a/pts-core/modules/system_monitor.php
+++ b/pts-core/modules/system_monitor.php
@@ -442,11 +442,6 @@ class system_monitor extends pts_module_interface
$t = new pts_LineGraph($graph_title, $sub_title, $graph_unit);
- if(pts_gd_available() && getenv("SVG_DEBUG") == FALSE)
- $t->setRenderer("PNG");
- else
- $t->setRenderer("SVG");
-
$first_run = true;
foreach($sub_array as $id_point)
{