summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-10-18 15:38:57 +0200
committerSimon Rettberg2016-10-18 15:38:57 +0200
commit03d263f56869bf1456bb356339f207e8f63fa43f (patch)
tree6d4691db1e6333e6bdf6f032ceabd5a53b6a4c6b /src/server/mainwindow/mainwindow.h
parentImprove manager switching scripts (diff)
downloadpvs2-03d263f56869bf1456bb356339f207e8f63fa43f.tar.gz
pvs2-03d263f56869bf1456bb356339f207e8f63fa43f.tar.xz
pvs2-03d263f56869bf1456bb356339f207e8f63fa43f.zip
[server] Remove pointless code relying on defunct tutor ip list
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 69be1bf..5ecda61 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -73,7 +73,6 @@ private:
QList<ConnectionFrame*> _clientFrames;
ListenServer *_listenServer;
DiscoveryListener *_discoveryListener;
- QStringList _tutorList;
QPoint closestFreeSlot(QPoint preferredPixels, ConnectionFrame* toIgnore);
void placeFrameInFreeSlot(ConnectionFrame* frame, QPoint preferred = QPoint(0, 0));