kopia lustrzana https://github.com/Hamlib/Hamlib
Block the correct function in adat.c
rodzic
3b581bdc6b
commit
2b4400b2be
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
Ładowanie…
Reference in New Issue