aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r--calendar/gui/e-cal-model.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c
index 672375c5f8..0ddcc20d07 100644
--- a/calendar/gui/e-cal-model.c
+++ b/calendar/gui/e-cal-model.c
@@ -257,7 +257,6 @@ e_cal_model_dispose (GObject *object)
priv->clients = g_list_remove (priv->clients, client_data);
-
g_object_unref (client_data->client);
if (client_data->query)
g_object_unref (client_data->query);
@@ -1798,7 +1797,6 @@ cal_opened_cb (ECal *client, ECalendarStatus status, gpointer user_data)
update_e_cal_view_for_client (model, client_data);
}
-
static ECalModelClient *
add_new_client (ECalModel *model, ECal *client, gboolean do_query)
{
@@ -2318,7 +2316,6 @@ copy_ecdv (ECellDateEditValue *ecdv)
return new_ecdv;
} */
-
struct _ECalModelComponentPrivate {
gchar nouse;
};
@@ -2340,7 +2337,6 @@ e_cal_model_component_class_init (ECalModelComponentClass *klass)
object_class->finalize = e_cal_model_component_finalize;
}
-
static void
e_cal_model_component_finalize (GObject *object)
{