summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorManuel Schneider2014-07-22 15:08:15 +0200
committerManuel Schneider2014-07-22 15:08:15 +0200
commit93b74ed3d0a56374d2976f9c08785faace6bcd15 (patch)
tree7eed726163a39b85a40a8b707a761abcd36bbe81 /src/server/mainwindow/mainwindow.h
parentBugfix: One click source change now fully supported (diff)
downloadpvs2-93b74ed3d0a56374d2976f9c08785faace6bcd15.tar.gz
pvs2-93b74ed3d0a56374d2976f9c08785faace6bcd15.tar.xz
pvs2-93b74ed3d0a56374d2976f9c08785faace6bcd15.zip
Drop the watchers concept, since the desiredProjectionSource essentially implies it
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 190f836..5de19c1 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -56,7 +56,6 @@ private:
None
} _mode;
int _streamingSource;
- QMap<int, Client*> _watchers;
QList<ConnectionFrame*> _clientFrames;
ListenServer *_listenServer;