diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-30 17:34:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-30 17:34:02 +0200 |
commit | 1f1d23622054ce204d9cf1c1a589c718321c667a (patch) | |
tree | e7b04395c7d87ec6afc3a62c0c00371a83b5d753 /src/RemoteControl.h | |
parent | d17c32c28ca3a3810fde93889bfbdc5133ab1bf3 (diff) | |
download | dabmod-1f1d23622054ce204d9cf1c1a589c718321c667a.tar.gz dabmod-1f1d23622054ce204d9cf1c1a589c718321c667a.tar.bz2 dabmod-1f1d23622054ce204d9cf1c1a589c718321c667a.zip |
Telnet RC: reduce scope of m_welcome and m_prompt
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; }; |