summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_modules.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-12 20:59:47 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-12 20:59:47 -0400
commit629923fcf1e5730602c2fdc3385cbb822828a8f2 (patch)
treea327af89cc7133573ed141750d2dd8c0babf8aef /pts-core/functions/pts-functions_modules.php
parent73dabc7156361c28eb02dc86f9dc3a1301680863 (diff)
downloadphoronix-test-suite-upstream-629923fcf1e5730602c2fdc3385cbb822828a8f2.tar.gz
phoronix-test-suite-upstream-629923fcf1e5730602c2fdc3385cbb822828a8f2.tar.xz
phoronix-test-suite-upstream-629923fcf1e5730602c2fdc3385cbb822828a8f2.zip
graphics_event_checker: Merge the gpu_error_counter module functionality
into the graphics_event_checker module
Diffstat (limited to 'pts-core/functions/pts-functions_modules.php')
-rw-r--r--pts-core/functions/pts-functions_modules.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_modules.php b/pts-core/functions/pts-functions_modules.php
index 540ba23..d0a4308 100644
--- a/pts-core/functions/pts-functions_modules.php
+++ b/pts-core/functions/pts-functions_modules.php
@@ -39,7 +39,6 @@ function pts_module_start_process()
// Enable the toggling of the system screensaver by default.
// To disable w/o code modification, set HALT_SCREENSAVER=NO environmental variable
array_push($GLOBALS["PTS_MODULES"], "toggle_screensaver");
- array_push($GLOBALS["PTS_MODULES"], "gpu_error_counter"); // Check for GPU errors
pts_load_modules();
pts_module_process("__startup");