summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/net/client.h')
-rw-r--r--src/server/net/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/net/client.h b/src/server/net/client.h
index c90c884..2cdfb23 100644
--- a/src/server/net/client.h
+++ b/src/server/net/client.h
@@ -83,7 +83,6 @@ public:
inline const bool isProjectionSource() const { return _isProjectionSource; }
inline void setProjectionSource(bool enable) { _isProjectionSource = enable; }
inline const ClientId currentProjectionSource() const { return _currentProjectionSource; }
- inline void setCurrentProjectionSource(ClientId source) { _currentProjectionSource = source; }
void startVncServer();
void stopVncServer();
void stopVncClient();