test/dump_rva2: remove fake Tag symbols
This commit is contained in:
parent
a24589d46e
commit
cf98b0e261
@ -18,7 +18,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "tag/Tag.hxx"
|
|
||||||
#include "tag/TagId3.hxx"
|
#include "tag/TagId3.hxx"
|
||||||
#include "tag/TagRva2.hxx"
|
#include "tag/TagRva2.hxx"
|
||||||
#include "replay_gain_info.h"
|
#include "replay_gain_info.h"
|
||||||
@ -42,14 +41,6 @@ config_get_string(gcc_unused enum ConfigOption option,
|
|||||||
return default_value;
|
return default_value;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
Tag::AddItem(gcc_unused enum tag_type type,
|
|
||||||
gcc_unused const char *value)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
Tag::~Tag() {}
|
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_LOCALE_H
|
#ifdef HAVE_LOCALE_H
|
||||||
|
Loading…
Reference in New Issue
Block a user