diff options
Diffstat (limited to 'apps/codecs.h')
| -rw-r--r-- | apps/codecs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h index 7cd48f6..96804a8 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 |