Commit e6177c33 authored by Max Kellermann's avatar Max Kellermann

decoder/dsf: remove unused attribute "id3_size"

parent e2adb82e
...@@ -45,7 +45,6 @@ struct DsfMetaData { ...@@ -45,7 +45,6 @@ struct DsfMetaData {
offset_type chunk_size; offset_type chunk_size;
#ifdef HAVE_ID3TAG #ifdef HAVE_ID3TAG
offset_type id3_offset; offset_type id3_offset;
uint64_t id3_size;
#endif #endif
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment