[gnome-calendar] build: remove not-used code



commit 663f1c6fa4c49ac893653876e9c5e1b1ff27a6aa
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Mon Dec 29 17:28:27 2014 -0500

    build: remove not-used code

 src/gcal-month-view.c |    1 -
 src/gcal-month-view.h |    3 ---
 src/gcal-year-view.c  |    1 -
 src/gcal-year-view.h  |    3 ---
 4 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index 0f142cd..46ff4d3 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -25,7 +25,6 @@
 #include "gcal-month-view.h"
 #include "gcal-utils.h"
 #include "gcal-view.h"
-#include "gcal-event-widget.h"
 
 #include <glib/gi18n.h>
 
diff --git a/src/gcal-month-view.h b/src/gcal-month-view.h
index 404e81b..bb83f03 100644
--- a/src/gcal-month-view.h
+++ b/src/gcal-month-view.h
@@ -43,9 +43,6 @@ struct _GcalMonthView
 struct _GcalMonthViewClass
 {
   GcalSubscriberViewClass parent_class;
-
-  /* signals */
-  void (*new_event) (gint new_day);
 };
 
 GType          gcal_month_view_get_type         (void);
diff --git a/src/gcal-year-view.c b/src/gcal-year-view.c
index a9bfde6..6a894eb 100644
--- a/src/gcal-year-view.c
+++ b/src/gcal-year-view.c
@@ -22,7 +22,6 @@
 #include "gcal-subscriber-view-private.h"
 #include "gcal-utils.h"
 #include "gcal-view.h"
-#include "gcal-event-widget.h"
 
 #include <glib/gi18n.h>
 
diff --git a/src/gcal-year-view.h b/src/gcal-year-view.h
index 7ff3966..51b73e5 100644
--- a/src/gcal-year-view.h
+++ b/src/gcal-year-view.h
@@ -44,9 +44,6 @@ struct _GcalYearView
 struct _GcalYearViewClass
 {
   GcalSubscriberViewClass parent_class;
-
-  /* signals */
-  void (*new_event) (gint new_day);
 };
 
 GType          gcal_year_view_get_type         (void);


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