diff options
| author | Johann Latocha | 2010-07-10 00:11:47 +0200 |
|---|---|---|
| committer | Johann Latocha | 2010-07-10 00:11:47 +0200 |
| commit | d2d403a8dec0f65bb3665c2bd2dab69456cdee42 (patch) | |
| tree | a84301974f490b80902a402e9b7c3c3855ebf010 /src/gui/connectionList.cpp | |
| parent | first commit to test git (diff) | |
| download | pvs-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.cpp | 23 |
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; |
