aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 5fbf0313ab..625321a934 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -307,7 +307,6 @@ ensure_sources (CalendarComponent *component)
g_free (base_uri);
}
-
/* Utility functions. */
static gboolean
@@ -844,7 +843,6 @@ config_tasks_selection_changed_cb (GConfClient *client, guint id, GConfEntry *en
update_task_memo_selection (data, E_CAL_SOURCE_TYPE_TODO);
}
-
static void
config_primary_tasks_selection_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data)
{
@@ -857,7 +855,6 @@ config_memos_selection_changed_cb (GConfClient *client, guint id, GConfEntry *en
update_task_memo_selection (data, E_CAL_SOURCE_TYPE_JOURNAL);
}
-
static void
config_primary_memos_selection_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data)
{
@@ -1025,7 +1022,6 @@ control_activate_cb (BonoboControl *control, gboolean activate, gpointer data)
}
}
-
static void
config_create_ecal_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data)
{
@@ -1421,7 +1417,6 @@ impl_createView (PortableServer_Servant servant,
return BONOBO_OBJREF(ecv);
}
-
static GNOME_Evolution_CreatableItemTypeList *
impl__get_userCreatableItems (PortableServer_Servant servant,
CORBA_Environment *ev)
@@ -1614,7 +1609,6 @@ calendar_component_init (CalendarComponent *component)
e_cal_get_sources (&priv->memo_source_list, E_CAL_SOURCE_TYPE_JOURNAL, NULL);
}
-
/* Public API. */
CalendarComponent *