From 1f1d23622054ce204d9cf1c1a589c718321c667a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 30 May 2015 17:34:02 +0200 Subject: Telnet RC: reduce scope of m_welcome and m_prompt --- src/RemoteControl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/RemoteControl.h') 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 m_cohort; - std::string m_welcome; - std::string m_prompt; - int m_port; }; -- cgit v1.2.3