From 86e279f886aaf9f94076ce6b0170a79055aba821 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sun, 5 Jul 2009 16:31:47 +0200
Subject: filter/volume: don't use volume_level_get()

Added public methods to get and set the current volume.
---
 test/run_filter.c | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'test')

diff --git a/test/run_filter.c b/test/run_filter.c
index 366ebb43a..0d97207e1 100644
--- a/test/run_filter.c
+++ b/test/run_filter.c
@@ -21,7 +21,6 @@
 #include "audio_parser.h"
 #include "audio_format.h"
 #include "filter_plugin.h"
-#include "volume.h"
 #include "pcm_volume.h"
 
 #include <glib.h>
@@ -31,11 +30,6 @@
 #include <errno.h>
 #include <unistd.h>
 
-int volume_level_get(void)
-{
-	return PCM_VOLUME_1;
-}
-
 static const struct config_param *
 find_named_config_block(const char *block, const char *name)
 {
-- 
cgit v1.2.3