aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-config.c')
-rw-r--r--calendar/gui/calendar-config.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/calendar/gui/calendar-config.c b/calendar/gui/calendar-config.c
index 02b051a095..f1730d5bc7 100644
--- a/calendar/gui/calendar-config.c
+++ b/calendar/gui/calendar-config.c
@@ -167,7 +167,6 @@ calendar_config_set_primary_calendar (const gchar *primary_uid)
gconf_client_set_string (config, CALENDAR_CONFIG_PRIMARY_CALENDAR, primary_uid, NULL);
}
-
guint
calendar_config_add_notification_primary_calendar (GConfClientNotifyFunc func, gpointer data)
{
@@ -288,7 +287,6 @@ calendar_config_get_24_hour_format (void)
return TRUE;
}
-
void
calendar_config_set_24_hour_format (gboolean use_24_hour)
{
@@ -409,7 +407,6 @@ calendar_config_set_show_categories (gboolean status)
gconf_client_set_bool (config, CALENDAR_CONFIG_SHOW_CATEGORIES, status, NULL);
}
-
/* The start day of the week (0 = Sun to 6 = Mon). */
gint
calendar_config_get_week_start_day (void)
@@ -419,7 +416,6 @@ calendar_config_get_week_start_day (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_WEEK_START, NULL);
}
-
void
calendar_config_set_week_start_day (gint week_start_day)
{
@@ -449,7 +445,6 @@ calendar_config_get_day_start_hour (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_DAY_START_HOUR, NULL);
}
-
void
calendar_config_set_day_start_hour (gint day_start_hour)
{
@@ -478,7 +473,6 @@ calendar_config_get_day_start_minute (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_DAY_START_MINUTE, NULL);
}
-
void
calendar_config_set_day_start_minute (gint day_start_min)
{
@@ -507,7 +501,6 @@ calendar_config_get_day_end_hour (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_DAY_END_HOUR, NULL);
}
-
void
calendar_config_set_day_end_hour (gint day_end_hour)
{
@@ -536,7 +529,6 @@ calendar_config_get_day_end_minute (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_DAY_END_MINUTE, NULL);
}
-
void
calendar_config_set_day_end_minute (gint day_end_min)
{
@@ -566,7 +558,6 @@ calendar_config_get_time_divisions (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_TIME_DIVISIONS, NULL);
}
-
void
calendar_config_set_time_divisions (gint divisions)
{
@@ -637,7 +628,6 @@ calendar_config_get_marcus_bains (gboolean *show_line, const gchar **dayview_col
*timebar_color = tcolor;
}
-
void
calendar_config_add_notification_marcus_bains (GConfClientNotifyFunc func, gpointer data, gint *not_show, gint *not_dcolor, gint *not_tcolor)
{
@@ -657,7 +647,6 @@ calendar_config_get_dview_show_week_no (void)
return gconf_client_get_bool (config, CALENDAR_CONFIG_DV_WEEK_NUMBER, NULL);
}
-
void
calendar_config_set_dview_show_week_no (gboolean show_week_no)
{
@@ -687,7 +676,6 @@ calendar_config_get_dnav_show_week_no (void)
return gconf_client_get_bool (config, CALENDAR_CONFIG_DN_SHOW_WEEK_NUMBERS, NULL);
}
-
void
calendar_config_set_dnav_show_week_no (gboolean show_week_no)
{
@@ -717,7 +705,6 @@ calendar_config_get_hpane_pos (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_HPANE_POS, NULL);
}
-
void
calendar_config_set_hpane_pos (gint hpane_pos)
{
@@ -726,7 +713,6 @@ calendar_config_set_hpane_pos (gint hpane_pos)
gconf_client_set_int (config, CALENDAR_CONFIG_HPANE_POS, hpane_pos, NULL);
}
-
gint
calendar_config_get_vpane_pos (void)
{
@@ -735,7 +721,6 @@ calendar_config_get_vpane_pos (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_VPANE_POS, NULL);
}
-
void
calendar_config_set_vpane_pos (gint vpane_pos)
{
@@ -752,7 +737,6 @@ calendar_config_get_preview_state (void)
return gconf_client_get_bool (config, CALENDAR_CONFIG_TASK_PREVIEW, NULL);
}
-
void
calendar_config_set_preview_state (gboolean state)
{
@@ -781,7 +765,6 @@ calendar_config_get_month_hpane_pos (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_MONTH_HPANE_POS, NULL);
}
-
void
calendar_config_set_month_hpane_pos (gint hpane_pos)
{
@@ -790,7 +773,6 @@ calendar_config_set_month_hpane_pos (gint hpane_pos)
gconf_client_set_int (config, CALENDAR_CONFIG_MONTH_HPANE_POS, hpane_pos, NULL);
}
-
gint
calendar_config_get_month_vpane_pos (void)
{
@@ -799,7 +781,6 @@ calendar_config_get_month_vpane_pos (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_MONTH_VPANE_POS, NULL);
}
-
void
calendar_config_set_month_vpane_pos (gint vpane_pos)
{
@@ -816,7 +797,6 @@ calendar_config_get_tag_vpane_pos (void)
return gconf_client_get_float (config, CALENDAR_CONFIG_TAG_VPANE_POS, NULL);
}
-
void
calendar_config_set_tag_vpane_pos (gfloat vpane_pos)
{
@@ -871,7 +851,6 @@ calendar_config_set_primary_tasks (const gchar *primary_uid)
gconf_client_set_string (config, CALENDAR_CONFIG_PRIMARY_TASKS, primary_uid, NULL);
}
-
guint
calendar_config_add_notification_primary_tasks (GConfClientNotifyFunc func, gpointer data)
{
@@ -892,7 +871,6 @@ calendar_config_get_task_vpane_pos (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_TASK_VPANE_POS, NULL);
}
-
void
calendar_config_set_task_vpane_pos (gint vpane_pos)
{
@@ -949,7 +927,6 @@ calendar_config_set_primary_memos (const gchar *primary_uid)
gconf_client_set_string (config, CALENDAR_CONFIG_PRIMARY_MEMOS, primary_uid, NULL);
}
-
guint
calendar_config_add_notification_primary_memos (GConfClientNotifyFunc func, gpointer data)
{
@@ -972,7 +949,6 @@ calendar_config_get_compress_weekend (void)
return gconf_client_get_bool (config, CALENDAR_CONFIG_COMPRESS_WEEKEND, NULL);
}
-
void
calendar_config_set_compress_weekend (gboolean compress)
{
@@ -1002,7 +978,6 @@ calendar_config_get_show_event_end (void)
return gconf_client_get_bool (config, CALENDAR_CONFIG_SHOW_EVENT_END, NULL);
}
-
void
calendar_config_set_show_event_end (gboolean show_end)
{
@@ -1032,7 +1007,6 @@ calendar_config_get_working_days (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_WORKING_DAYS, NULL);
}
-
void
calendar_config_set_working_days (CalWeekdays days)
{
@@ -1062,7 +1036,6 @@ calendar_config_get_hide_completed_tasks (void)
return gconf_client_get_bool (config, CALENDAR_CONFIG_TASKS_HIDE_COMPLETED, NULL);
}
-
void
calendar_config_set_hide_completed_tasks (gboolean hide)
{
@@ -1105,7 +1078,6 @@ calendar_config_get_hide_completed_tasks_units (void)
return cu;
}
-
void
calendar_config_set_hide_completed_tasks_units (CalUnits cu)
{
@@ -1149,7 +1121,6 @@ calendar_config_get_hide_completed_tasks_value (void)
return gconf_client_get_int (config, CALENDAR_CONFIG_TASKS_HIDE_COMPLETED_VALUE, NULL);
}
-
void
calendar_config_set_hide_completed_tasks_value (gint value)
{
@@ -1232,7 +1203,6 @@ calendar_config_set_confirm_purge (gboolean confirm)
gconf_client_set_bool (config, CALENDAR_CONFIG_PROMPT_PURGE, confirm, NULL);
}
-
/**
* calendar_config_get_tasks_due_today_color:
* @color: the location to store the color