mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-01 05:59:58 +01:00
Final CCS removal cleanups.
This commit is contained in:
parent
812efd4def
commit
25f135b923
|
|
@ -167,6 +167,8 @@ wxString CDTMF::translate()
|
|||
return processReflector(wxT("XRF"), command.Mid(1U));
|
||||
else if (command.GetChar(0U) == wxT('D'))
|
||||
return processReflector(wxT("DCS"), command.Mid(1U));
|
||||
else
|
||||
return wxEmptyString;
|
||||
}
|
||||
|
||||
void CDTMF::reset()
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ const unsigned int CONTROL_WIDTH = 130U;
|
|||
const unsigned int BORDER_SIZE = 5U;
|
||||
|
||||
|
||||
CDCSSet::CDCSSet(wxWindow* parent, int id, const wxString& title, bool dcsEnabled) :
|
||||
CDCSSet::CDCSSet(wxWindow* parent, int id, const wxString& title, bool enabled) :
|
||||
wxPanel(parent, id),
|
||||
m_title(title),
|
||||
m_enabled(NULL)
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
class CDCSSet : public wxPanel {
|
||||
public:
|
||||
CDCSSet(wxWindow* parent, int id, const wxString& title, bool dcsEnabled);
|
||||
CDCSSet(wxWindow* parent, int id, const wxString& title, bool enabled);
|
||||
virtual ~CDCSSet();
|
||||
|
||||
virtual bool Validate();
|
||||
|
|
|
|||
Loading…
Reference in a new issue