[notification-daemon] nd-notification-box: fix redundant redeclaration error



commit 1819437bf238cf9640d517ecbb1e741ca9e7089b
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Jul 11 15:42:51 2015 +0300

    nd-notification-box: fix redundant redeclaration error

 src/nd-notification-box.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nd-notification-box.c b/src/nd-notification-box.c
index 4bcf7d7..cafe3ac 100644
--- a/src/nd-notification-box.c
+++ b/src/nd-notification-box.c
@@ -49,8 +49,6 @@ struct NdNotificationBoxPrivate
         GtkWidget      *last_sep;
 };
 
-static void     nd_notification_box_class_init  (NdNotificationBoxClass *klass);
-static void     nd_notification_box_init        (NdNotificationBox      *notification_box);
 static void     nd_notification_box_finalize    (GObject                *object);
 
 G_DEFINE_TYPE (NdNotificationBox, nd_notification_box, GTK_TYPE_EVENT_BOX)


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