tag/ApeTag: don't export ape_tags[]
This commit is contained in:
parent
df4ecf63a8
commit
09da80e9f4
|
@ -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 }
|
||||
};
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
class InputStream;
|
||||
struct TagHandler;
|
||||
|
||||
extern const struct tag_table ape_tags[];
|
||||
|
||||
/**
|
||||
* Scan the APE tags of a stream.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue