From 420f2894746d21938083f6785d58c869ad2c3901 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 10 Oct 2016 17:02:22 +0200 Subject: [server] Remove loadPosition() as it's pointless with per-room layouts --- src/server/mainwindow/mainwindow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.h') 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 settings, const QString& id, int& x, int& y); void savePosition(ConnectionFrame *cf); void startVncServerIfNecessary(int from); void tellClientCurrentSituation(Client* client); -- cgit v1.2.3-55-g7522