diff --git a/src/calls-call-display.c b/src/calls-call-display.c index a440af9..ac213fd 100644 --- a/src/calls-call-display.c +++ b/src/calls-call-display.c @@ -490,14 +490,6 @@ ugly_mute_pressed_cb (CallsCallDisplay *self, return TRUE; } - ok = ugly_pa_mute ("sink", UGLY_SINK, want_mute); - if (!ok) - { - /* Stop other handlers */ - return TRUE; - } - - /* Continue with other handlers */ return FALSE; }