[gnome-contacts] Remove unused code



commit 66ec7c5cded193847c7dde20917f119e5516730b
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Dec 20 22:42:07 2011 +0100

    Remove unused code

 src/gtk-notification.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/gtk-notification.c b/src/gtk-notification.c
index d2af5ad..445cddf 100644
--- a/src/gtk-notification.c
+++ b/src/gtk-notification.c
@@ -653,12 +653,6 @@ gtk_notification_close_button_clicked_cb (GtkWidget *widget, gpointer user_data)
   gtk_widget_destroy (GTK_WIDGET (notification));
 }
 
-static void
-gtk_notification_action_button_clicked_cb (GtkWidget *widget, gpointer user_data)
-{
-  g_signal_emit_by_name (user_data, "actioned", NULL);
-}
-
 GtkWidget *
 gtk_notification_new (void)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]