summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionList.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/gui/connectionList.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/gui/connectionList.cpp')
-rw-r--r--src/gui/connectionList.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/gui/connectionList.cpp b/src/gui/connectionList.cpp
index 61be876..2f9829e 100644
--- a/src/gui/connectionList.cpp
+++ b/src/gui/connectionList.cpp
@@ -432,14 +432,6 @@ void ConnectionList::on_remoteHelp()
}
}
-/*
- *
- */
-void ConnectionList::showProcesses()
-{
- MainWindow::getConnectionWindow()->messageStations("BROADCAST","SHOWPROCESSES");
-}
-
void ConnectionList::on_lock()
{
MainWindow::getConnectionWindow()->lockStations();
@@ -450,21 +442,6 @@ void ConnectionList::on_unlock()
MainWindow::getConnectionWindow()->unlockStations();
}
-/* Hier werden Nachrichten vom Server versendet:
-* Type: PVSMESSAGE
-* Ident: BROADCAST
-* Msg: die Nachricht
-*
-* Wenn Ident: LOCKSTATION -> locke Client
-*
-*
-*
-*
-*
-*
-*
-*/
-
void ConnectionList::on_message()
{
Dialog msgD;