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 5878ca9..ea59729 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -121,7 +121,6 @@ struct codec_api { /* For gapless mp3 */ struct mp3entry *id3; /* TAG metadata pointer */ - struct mp3info *mp3data; /* MP3 metadata pointer */ bool *taginfo_ready; /* Is metadata read */ /* Codec should periodically check if stop_codec is set to true. |