diff --git a/apps/codecs.c b/apps/codecs.c index d9bda6b0a6..b4b8c9833a 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -218,7 +218,6 @@ struct codec_api ci = { enc_wavbuf_near_empty, enc_get_wav_data, &enc_set_header_callback, - 44100, #endif /* new stuff at the end, sort into place next time diff --git a/apps/codecs.h b/apps/codecs.h index 7cd48f65e2..96804a889b 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -303,7 +303,6 @@ struct codec_api { char* (*enc_get_wav_data)(int size); void (**enc_set_header_callback)(void *head_buffer, int head_size, int num_samples, bool is_file_header); - int sample_rate; #endif /* new stuff at the end, sort into place next time