test/FakeReplayGainConfig: move fake symbols from a few debug programs

This commit is contained in:
Max Kellermann
2013-01-09 09:06:43 +01:00
parent a890dadfd2
commit 3c4bb9ff4e
4 changed files with 27 additions and 13 deletions

View File

@@ -23,7 +23,6 @@
#include "audio_format.h"
#include "filter_plugin.h"
#include "pcm_volume.h"
#include "idle.h"
#include "mixer_control.h"
#include "stdbin.h"
@@ -34,11 +33,6 @@
#include <errno.h>
#include <unistd.h>
void
idle_add(G_GNUC_UNUSED unsigned flags)
{
}
bool
mixer_set_volume(G_GNUC_UNUSED struct mixer *mixer,
G_GNUC_UNUSED unsigned volume, G_GNUC_UNUSED GError **error_r)