Skip to content

Commit 362d19e

Browse files
committed
Remove obsolete files.
1 parent f73faec commit 362d19e

File tree

6 files changed

+0
-424
lines changed

6 files changed

+0
-424
lines changed

src/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ list(APPEND direwolf_SOURCES
8484
serial_port.c
8585
pfilter.c
8686
ptt.c
87-
rdq.c
8887
recv.c
8988
rrbb.c
9089
server.c

src/atest.c

-21
Original file line numberDiff line numberDiff line change
@@ -697,27 +697,6 @@ int audio_get (int a)
697697

698698

699699

700-
/*
701-
* Rather than queuing up frames with bad FCS,
702-
* try to fix them immediately.
703-
*/
704-
705-
void rdq_append (rrbb_t rrbb)
706-
{
707-
int chan, subchan, slice;
708-
alevel_t alevel;
709-
710-
711-
chan = rrbb_get_chan(rrbb);
712-
subchan = rrbb_get_subchan(rrbb);
713-
slice = rrbb_get_slice(rrbb);
714-
alevel = rrbb_get_audio_level(rrbb);
715-
716-
hdlc_rec2_try_to_fix_later (rrbb, chan, subchan, slice, alevel);
717-
rrbb_delete (rrbb);
718-
}
719-
720-
721700
/*
722701
* This is called when we have a good frame.
723702
*/

src/hdlc_rec2.c

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
#include "textcolor.h"
9999
#include "ax25_pad.h"
100100
#include "rrbb.h"
101-
#include "rdq.h"
102101
#include "multi_modem.h"
103102
#include "dtime_now.h"
104103
#include "demod_9600.h" /* for descramble() */

0 commit comments

Comments
 (0)