summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/vorbis.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-12-01 00:45:57 +0000
committerAidan MacDonald <amachronic@protonmail.com>2023-10-01 12:10:41 +0100
commit1131320d4877ba390906d3f9cda7e3897b58d68b (patch)
tree2179c50fc93cf011c65a023fbb3687b544adb963 /lib/rbcodec/metadata/vorbis.c
parent47459709740a6fa771ffc829a243dfe1fcff8708 (diff)
downloadrockbox-1131320d4877ba390906d3f9cda7e3897b58d68b.tar.gz
rockbox-1131320d4877ba390906d3f9cda7e3897b58d68b.zip
Remove structec API from codecs
Change-Id: I1e67582c0521e6354b0175a11fcf690ae40dbd88
Diffstat (limited to 'lib/rbcodec/metadata/vorbis.c')
-rw-r--r--lib/rbcodec/metadata/vorbis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rbcodec/metadata/vorbis.c b/lib/rbcodec/metadata/vorbis.c
index 66aa85022f..6c1485e07b 100644
--- a/lib/rbcodec/metadata/vorbis.c
+++ b/lib/rbcodec/metadata/vorbis.c
@@ -27,7 +27,6 @@
27#include "metadata.h" 27#include "metadata.h"
28#include "metadata_common.h" 28#include "metadata_common.h"
29#include "metadata_parsers.h" 29#include "metadata_parsers.h"
30#include "structec.h"
31 30
32/* Define LOGF_ENABLE to enable logf output in this file */ 31/* Define LOGF_ENABLE to enable logf output in this file */
33/*#define LOGF_ENABLE*/ 32/*#define LOGF_ENABLE*/