diff options
Diffstat (limited to 'src/RemoteControl.h')
-rw-r--r-- | src/RemoteControl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/RemoteControl.h b/src/RemoteControl.h index 89a1583..15b35f6 100644 --- a/src/RemoteControl.h +++ b/src/RemoteControl.h @@ -289,9 +289,6 @@ class RemoteControllerTelnet : public BaseRemoteController { /* This controller commands the controllables in the cohort */ std::list<RemoteControllable*> m_cohort; - std::string m_welcome; - std::string m_prompt; - int m_port; }; |