Clean up dependencies.

Move ModeA/C demodulator to demod_2000 (decoding stays in mode_ac.c)
Remove dependency on interactive.c in stats.c
faup1090 then doesn't need interactive.c at all.
This commit is contained in:
Oliver Jowett 2015-06-26 18:35:42 +01:00
parent 99dd290352
commit 5c2ec7106e
4 changed files with 284 additions and 285 deletions

View file

@ -66,8 +66,6 @@ void display_stats(struct stats *st) {
char tb_start[30], tb_end[30];
printf("\n\n");
if (Modes.interactive)
interactiveShowData();
tt_start = st->start/1000;
localtime_r(&tt_start, &tm_start);