The rest of the CCS removal.

This commit is contained in:
Jonathan Naylor 2018-09-19 15:24:48 +01:00
parent 9669d865b5
commit b6028afa80
10 changed files with 31 additions and 184 deletions

View file

@ -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;