aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pulse-manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulse-manager.c b/src/pulse-manager.c
index e202c7d..e32d723 100644
--- a/src/pulse-manager.c
+++ b/src/pulse-manager.c
@@ -113,7 +113,6 @@ static gboolean sink_available()
g_debug("About to test for to see if the available sink is null");
gboolean available = (g_strcasecmp(s->name, " auto_null ") != 0) && s->active_port == TRUE;
g_debug("sink_available (auto_null && !active_port) %i", available);
-
return available;
}