summaryrefslogtreecommitdiffstats
path: root/src/pvs.cpp
diff options
context:
space:
mode:
authorJohann Latocha2010-07-10 00:11:47 +0200
committerJohann Latocha2010-07-10 00:11:47 +0200
commitd2d403a8dec0f65bb3665c2bd2dab69456cdee42 (patch)
treea84301974f490b80902a402e9b7c3c3855ebf010 /src/pvs.cpp
parentfirst commit to test git (diff)
downloadpvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.tar.gz
pvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.tar.xz
pvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.zip
Revoke Fabians changes.
Diffstat (limited to 'src/pvs.cpp')
-rw-r--r--src/pvs.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/pvs.cpp b/src/pvs.cpp
index 1531c3d..2069e36 100644
--- a/src/pvs.cpp
+++ b/src/pvs.cpp
@@ -176,18 +176,6 @@ void PVS::onCommand(PVSMsg cmdMessage)
unlock();
return;
}
- if (ident.compare("SHOWPROCESSES") == 0)
- {
- // show processes
- // ConsoleLog writeNetwork(system("ps -f -N -U root"));
- // emit showMessage("SHOWPROCESSES", "proce", true);
- return;
- }
- if (ident.compare("KILLPROCESS") == 0)
- {
- // do stuff if process has to be killed
- return;
- }
#ifdef never
// prototype