Block the correct function in adat.c

pull/154/head
Michael Black 2019-12-06 15:17:34 -06:00
rodzic 3b581bdc6b
commit 2b4400b2be
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1047,8 +1047,6 @@ int adat_parse_vfo(char *pcStr,
#endif #endif
#ifdef XXREMOVEDXX
// this function wasn't referenced anywhere
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// adat_vfo_rnr2anr // adat_vfo_rnr2anr
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
@ -1095,7 +1093,6 @@ int adat_vfo_rnr2anr(vfo_t nRIGVFONr,
return nRC; return nRC;
} }
#endif
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
@ -1184,6 +1181,8 @@ int adat_parse_ptt(char *pcStr,
} }
#ifdef XXREMOVEDXX
// this function wasn't referenced anywhere
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// adat_ptt_rnr2anr // adat_ptt_rnr2anr
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
@ -1223,6 +1222,7 @@ int adat_ptt_rnr2anr(ptt_t nRIGPTTStatus,
return nRC; return nRC;
} }
#endif
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------