diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-19 22:39:22 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-19 22:39:22 +0200 |
commit | f865e1393c32e1772356cabd11515f254f498915 (patch) | |
tree | 78ab1dcda613e2643672ec400133d3ab33d63ade /test | |
parent | c99416fbe0894c55106075a6a81177733a371b18 (diff) |
test/dump_rva2: remove obsolete fake function config_get_string()
Diffstat (limited to 'test')
-rw-r--r-- | test/dump_rva2.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx index 8a1daad09..cea3f2fb2 100644 --- a/test/dump_rva2.cxx +++ b/test/dump_rva2.cxx @@ -21,7 +21,6 @@ #include "tag/Id3Load.hxx" #include "tag/Rva2.hxx" #include "ReplayGainInfo.hxx" -#include "config/Global.hxx" #include "thread/Mutex.hxx" #include "fs/Path.hxx" #include "input/InputStream.hxx" @@ -37,13 +36,6 @@ #include <stdlib.h> #include <stdio.h> -const char * -config_get_string(gcc_unused enum ConfigOption option, - const char *default_value) noexcept -{ - return default_value; -} - static void DumpReplayGainTuple(const char *name, const ReplayGainTuple &tuple) { |