aboutsummaryrefslogtreecommitdiff
path: root/src/sound-state-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-state-manager.c')
-rw-r--r--src/sound-state-manager.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/sound-state-manager.c b/src/sound-state-manager.c
index a592711..0958763 100644
--- a/src/sound-state-manager.c
+++ b/src/sound-state-manager.c
@@ -151,23 +151,13 @@ sound_state_manager_notification_init (SoundStateManager* self)
}
if (has_notify_osd) {
- priv->notification = notify_notification_new(PACKAGE_NAME, NULL, NULL, NULL);
+ priv->notification = notify_notification_new(PACKAGE_NAME, NULL, NULL);
notify_notification_set_hint_string(priv->notification,
"x-canonical-private-synchronous", "");
}
}
void
-sound_state_manager_attach_notification_to_volume_widget (SoundStateManager *self,
- GtkWidget* volume_widget)
-{
- SoundStateManagerPrivate* priv = SOUND_STATE_MANAGER_GET_PRIVATE(self);
- if (priv->notification)
- notify_notification_attach_to_widget(priv->notification, volume_widget);
-}
-
-
-void
sound_state_manager_show_notification (SoundStateManager *self,
double value)
{