diff options
author | Max Kellermann <max@duempel.org> | 2015-01-21 20:42:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-22 11:04:28 +0100 |
commit | 0d3b26b3aaee6646ce5e825feca43299365797ec (patch) | |
tree | aaeff0df244e18a1c5d8083928ba69ed1bcd2429 /test | |
parent | 52acea7b1f8fa38ed884acfafe593d1494ade4c2 (diff) |
Config: add section "resampler"
Diffstat (limited to 'test')
-rw-r--r-- | test/run_convert.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/run_convert.cxx b/test/run_convert.cxx index 7673c25ca..1929d6c02 100644 --- a/test/run_convert.cxx +++ b/test/run_convert.cxx @@ -27,7 +27,6 @@ #include "AudioParser.hxx" #include "AudioFormat.hxx" #include "pcm/PcmConvert.hxx" -#include "config/ConfigGlobal.hxx" #include "util/ConstBuffer.hxx" #include "util/StaticFifoBuffer.hxx" #include "util/Error.hxx" @@ -39,13 +38,6 @@ #include <stdlib.h> #include <unistd.h> -const char * -config_get_string(gcc_unused enum ConfigOption option, - const char *default_value) -{ - return default_value; -} - int main(int argc, char **argv) { AudioFormat in_audio_format, out_audio_format; |