summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.c')
-rw-r--r--audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.c b/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.c
deleted file mode 100644
index 2ed986982a87..000000000000
--- a/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- plugins/status-icon/rb-tray-icon-gtk.c.orig 2012-02-05 23:21:11.000000000 -0500
-+++ plugins/status-icon/rb-tray-icon-gtk.c 2012-02-05 23:21:24.000000000 -0500
-@@ -339,14 +339,6 @@ rb_tray_icon_is_embedded (RBTrayIcon *tr
- return gtk_status_icon_is_embedded (tray->priv->icon);
- }
-
--#if defined(HAVE_NOTIFY)
--void
--rb_tray_icon_attach_notification (RBTrayIcon *tray, NotifyNotification *notification)
--{
-- notify_notification_attach_to_status_icon (notification, tray->priv->icon);
--}
--#endif
--
- void
- rb_tray_icon_set_visible (RBTrayIcon *tray, gboolean visible)
- {