tag/ApeTag: don't export ape_tags[]

This commit is contained in:
Max Kellermann 2016-12-09 20:59:07 +01:00
parent df4ecf63a8
commit 09da80e9f4
2 changed files with 1 additions and 3 deletions

View File

@ -29,7 +29,7 @@
#include <string.h>
const struct tag_table ape_tags[] = {
static constexpr struct tag_table ape_tags[] = {
{ "year", TAG_DATE },
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
};

View File

@ -25,8 +25,6 @@
class InputStream;
struct TagHandler;
extern const struct tag_table ape_tags[];
/**
* Scan the APE tags of a stream.
*