mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-21 06:03:58 +00:00
The rest of the CCS removal.
This commit is contained in:
parent
9669d865b5
commit
b6028afa80
10 changed files with 31 additions and 184 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2011,2012,2013 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2011,2012,2013,2018 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -303,9 +303,6 @@ void CRemoteControlRepeaterPanel::add(const CRemoteControlRepeaterData& data)
|
|||
case PROTO_DCS:
|
||||
m_list->SetItem(0L, 1, wxT("DCS"));
|
||||
break;
|
||||
case PROTO_CCS:
|
||||
m_list->SetItem(0L, 1, wxT("CCS"));
|
||||
break;
|
||||
default:
|
||||
m_list->SetItem(0L, 1, wxT("?????"));
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue