aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.h')
-rw-r--r--audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.h b/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.h
deleted file mode 100644
index e71f2dd90240..000000000000
--- a/audio/rhythmbox/files/patch-plugins_status-icon_rb-tray-icon-gtk.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- plugins/status-icon/rb-tray-icon-gtk.h.orig 2012-02-05 23:22:03.000000000 -0500
-+++ plugins/status-icon/rb-tray-icon-gtk.h 2012-02-05 23:22:11.000000000 -0500
-@@ -74,10 +74,6 @@ gboolean rb_tray_icon_is_embedded (RBTr
-
- void rb_tray_icon_menu_popup (RBTrayIcon *icon, GtkWidget *popup, gint button);
-
--#if defined(HAVE_NOTIFY)
--void rb_tray_icon_attach_notification (RBTrayIcon *icon, NotifyNotification *notification);
--#endif
--
- void rb_tray_icon_set_visible (RBTrayIcon *icon, gboolean visible);
-
- G_END_DECLS