diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 09:06:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 12:26:07 +0100 |
commit | 3c4bb9ff4ed60297af0e63befabf37b50b9fe745 (patch) | |
tree | 4e4ba66813f82f3da72d2af2caac9b58d8b43f14 /test/run_output.cxx | |
parent | a890dadfd2aeadf5bbacb4f10a896bbebe335c99 (diff) | |
download | mpd-3c4bb9ff4ed60297af0e63befabf37b50b9fe745.tar.gz mpd-3c4bb9ff4ed60297af0e63befabf37b50b9fe745.tar.xz mpd-3c4bb9ff4ed60297af0e63befabf37b50b9fe745.zip |
test/FakeReplayGainConfig: move fake symbols from a few debug programs
Diffstat (limited to '')
-rw-r--r-- | test/run_output.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index e46e61d47..273180673 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -43,11 +43,6 @@ extern "C" { #include <stdlib.h> void -idle_add(G_GNUC_UNUSED unsigned flags) -{ -} - -void event_pipe_emit(G_GNUC_UNUSED enum pipe_event event) { } |