summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorManuel Schneider2014-05-20 13:38:28 +0200
committerManuel Schneider2014-05-20 13:38:28 +0200
commit6b3b3b1b4dff54c24a1291fb2787e6e86600ae12 (patch)
treec791662404877c18cc692f3d36b276490fa399f3 /src/server/mainwindow/mainwindow.h
parentChanged Layout of helpWindow. Set Icon + Text into QFormLayout. (diff)
downloadpvs2-6b3b3b1b4dff54c24a1291fb2787e6e86600ae12.tar.gz
pvs2-6b3b3b1b4dff54c24a1291fb2787e6e86600ae12.tar.xz
pvs2-6b3b3b1b4dff54c24a1291fb2787e6e86600ae12.zip
Reduce codebase
* Drop Prepare MainWindow::prepareForProjection * Drop redundant code in prepareForProjection (now unicast) * Adjust comments
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index d6b0265..8340ff3 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -66,7 +66,6 @@ private:
ConnectionFrame* createFrame();
bool loadPosition(QSettings& settings, const QString& id, int& x, int& y);
void savePosition(ConnectionFrame *cf);
- void prepareForProjection(Client * const from, Client * const to);
bool isValidClient(Client* client);
void broadcast(Client *from);
void unicast(Client *from, Client *to);