test/dump_rva2: remove obsolete fake function config_get_string()
This commit is contained in:
parent
c99416fbe0
commit
f865e1393c
@ -21,7 +21,6 @@
|
|||||||
#include "tag/Id3Load.hxx"
|
#include "tag/Id3Load.hxx"
|
||||||
#include "tag/Rva2.hxx"
|
#include "tag/Rva2.hxx"
|
||||||
#include "ReplayGainInfo.hxx"
|
#include "ReplayGainInfo.hxx"
|
||||||
#include "config/Global.hxx"
|
|
||||||
#include "thread/Mutex.hxx"
|
#include "thread/Mutex.hxx"
|
||||||
#include "fs/Path.hxx"
|
#include "fs/Path.hxx"
|
||||||
#include "input/InputStream.hxx"
|
#include "input/InputStream.hxx"
|
||||||
@ -37,13 +36,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
const char *
|
|
||||||
config_get_string(gcc_unused enum ConfigOption option,
|
|
||||||
const char *default_value) noexcept
|
|
||||||
{
|
|
||||||
return default_value;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
DumpReplayGainTuple(const char *name, const ReplayGainTuple &tuple)
|
DumpReplayGainTuple(const char *name, const ReplayGainTuple &tuple)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user