summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-10-10 17:02:22 +0200
committerSimon Rettberg2016-10-10 17:02:22 +0200
commit420f2894746d21938083f6785d58c869ad2c3901 (patch)
treed351360859b53be91011f28fdbf3710172540f2a /src/server/mainwindow/mainwindow.h
parentFix build by removing ref to TRANSLATION in res files (diff)
downloadpvs2-420f2894746d21938083f6785d58c869ad2c3901.tar.gz
pvs2-420f2894746d21938083f6785d58c869ad2c3901.tar.xz
pvs2-420f2894746d21938083f6785d58c869ad2c3901.zip
[server] Remove loadPosition() as it's pointless with per-room layouts
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 637628a..69be1bf 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -79,7 +79,6 @@ private:
void placeFrameInFreeSlot(ConnectionFrame* frame, QPoint preferred = QPoint(0, 0));
ConnectionFrame* createFrame();
ConnectionFrame* createFrame(QString computerId, QPoint position, QPoint gridPosition);
- bool loadPosition(QSharedPointer<QSettings> settings, const QString& id, int& x, int& y);
void savePosition(ConnectionFrame *cf);
void startVncServerIfNecessary(int from);
void tellClientCurrentSituation(Client* client);