omit: unused buffer refiq

This commit is contained in:
TT 2019-08-10 14:13:56 +09:00
parent 398eae3106
commit c4edf2a6eb
3 changed files with 1 additions and 8 deletions

2
main.c
View file

@ -272,8 +272,6 @@ duplicate_buffer_to_dump(int16_t *p)
p = samp_buf;
else if (dump_selection == 2)
p = ref_buf;
else if (dump_selection == 3)
p = refiq_buf;
memcpy(dump_buffer, p, sizeof dump_buffer);
}
#endif