aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-11-22 05:50:42 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-11-22 05:50:42 +0800
commitedbacc610dfaeba89d02089c8dc919864dd4401f (patch)
treef1858d7877cd2b84be58cc9f646da8ff8c0c1317 /calendar/gui/gnome-cal.h
parent1257b0d78251d35c907932d30c2eb8ae3e2e3eb0 (diff)
downloadgsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar
gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.gz
gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.bz2
gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.lz
gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.xz
gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.zst
gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.zip
The icon column is not editable!
2000-11-21 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-model.c (calendar_model_is_cell_editable): The icon column is not editable! * gui/calendar-commands.c (todo_properties_changed): Removed. (time_format_changed): Removed. (colors_changed): Removed. * gui/calendar-commands.h: * gui/prop.c (prop_apply): * gui/calendar-commands.c (init_calendar): Removed the old to-do list crap. * gui/gncal-todo.[ch]: Removed obsolete files. * gui/Makefile.am (evolution_calendar_SOURCES): Removed gncal-todo.[ch]. * gui/gnome-cal.c (gnome_calendar_todo_properties_changed): Removed. (gnome_calendar_time_format_changed): Removed. (gnome_calendar_colors_changed): Removed. svn path=/trunk/; revision=6635
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r--calendar/gui/gnome-cal.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h
index 1858340fae..6ac320b51b 100644
--- a/calendar/gui/gnome-cal.h
+++ b/calendar/gui/gnome-cal.h
@@ -100,24 +100,6 @@ void gnome_calendar_get_current_time_range (GnomeCalendar *gcal,
void gnome_calendar_update_config_settings (GnomeCalendar *gcal,
gboolean initializing);
-/*
- * FIXME: These are for the old config code and will be removed eventually.
- */
-
-/* Notifies the calendar that the time format has changed and it must update
- all its views */
-void gnome_calendar_time_format_changed (GnomeCalendar *gcal);
-
-/* Notifies the calendar that the todo list properties have changed and its
- time to update the views. */
-void gnome_calendar_colors_changed (GnomeCalendar *gcal);
-
-/* Notifies the calendar that the todo list properties have changed and its
- time to update the views. */
-void gnome_calendar_todo_properties_changed (GnomeCalendar *gcal);
-
-
-
void gnome_calendar_set_view_buttons (GnomeCalendar *gcal,
GtkWidget *day_button,
GtkWidget *work_week_button,