[gnome-calendar/calendar-editor] source-dialog: remove unused field



commit 36d27dabf7669acec911fced7da657a3ef6d0ae7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Feb 23 14:10:14 2015 -0300

    source-dialog: remove unused field

 src/gcal-source-dialog.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index 9a8ec4f..58f913c 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -116,13 +116,6 @@ static gboolean   validate_url_cb                       (GcalSourceDialog    *di
 
 G_DEFINE_TYPE_WITH_PRIVATE (GcalSourceDialog, gcal_source_dialog, GTK_TYPE_DIALOG)
 
-enum {
-  PROP_0,
-  LAST_PROP
-};
-
-static GParamSpec *gParamSpecs [LAST_PROP];
-
 /**
  * action_widget_activated:
  * @widget: the button which emited the signal.


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