[gnome-calendar/calendar-editor] source-dialog: don't override unused methods
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/calendar-editor] source-dialog: don't override unused methods
- Date: Mon, 23 Feb 2015 17:06:51 +0000 (UTC)
commit 04158b9005002272dc32d9622d94b84a24449eeb
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Feb 23 14:06:42 2015 -0300
source-dialog: don't override unused methods
src/gcal-source-dialog.c | 42 ------------------------------------------
1 files changed, 0 insertions(+), 42 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index f267d25..9a8ec4f 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -576,54 +576,12 @@ gcal_source_dialog_constructed (GObject *object)
}
static void
-gcal_source_dialog_finalize (GObject *object)
-{
- GcalSourceDialog *self = (GcalSourceDialog *)object;
- GcalSourceDialogPrivate *priv = gcal_source_dialog_get_instance_private (self);
-
- G_OBJECT_CLASS (gcal_source_dialog_parent_class)->finalize (object);
-}
-
-static void
-gcal_source_dialog_get_property (GObject *object,
- guint prop_id,
- GValue *value,
- GParamSpec *pspec)
-{
- GcalSourceDialog *self = GCAL_SOURCE_DIALOG (object);
-
- switch (prop_id)
- {
- default:
- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
- }
-}
-
-static void
-gcal_source_dialog_set_property (GObject *object,
- guint prop_id,
- const GValue *value,
- GParamSpec *pspec)
-{
- GcalSourceDialog *self = GCAL_SOURCE_DIALOG (object);
-
- switch (prop_id)
- {
- default:
- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
- }
-}
-
-static void
gcal_source_dialog_class_init (GcalSourceDialogClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS (klass);
GtkWidgetClass *widget_class;
object_class->constructed = gcal_source_dialog_constructed;
- object_class->finalize = gcal_source_dialog_finalize;
- object_class->get_property = gcal_source_dialog_get_property;
- object_class->set_property = gcal_source_dialog_set_property;
widget_class = GTK_WIDGET_CLASS (klass);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]