aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator-sound-dbus-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-indicator-sound-dbus-server.c')
-rw-r--r--tests/test-indicator-sound-dbus-server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-indicator-sound-dbus-server.c b/tests/test-indicator-sound-dbus-server.c
index 6912dc4..49da136 100644
--- a/tests/test-indicator-sound-dbus-server.c
+++ b/tests/test-indicator-sound-dbus-server.c
@@ -50,7 +50,6 @@ main (gint argc, gchar * argv[])
// Set the mute value
sound_service_dbus_update_sink_mute(dbus_interface, TEST_MUTE_VALUE);
- sound_service_dbus_update_sink_volume(dbus_interface, TEST_VOLUME_VALUE);
sound_service_dbus_update_sink_availability(dbus_interface, TEST_AVAILABLE_VALUE);
g_timeout_add_seconds(4, kill_func, NULL);