diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-27 23:56:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-27 23:56:28 +0800 |
commit | 2ba4103f3c1ee2d273b1b3098f4775b624548597 (patch) | |
tree | 821897dd1a73743e413df7828efa9f7aee7f3491 /calendar/gui/gnome-cal.h | |
parent | e4c9c0d9421e5cab835992248a0ffd745796d380 (diff) | |
download | gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar.gz gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar.zst gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.zip |
remove proto
2004-02-27 JP Rosevear <jpr@ximian.com>
* gui/gnome-cal.h: remove proto
* gui/gnome-cal.c (set_query): rename from
gnome_calendar_set_query and make static
* gui/e-day-view.h: remove proto for dead function
* gui/e-day-view.c: guard config.h include
svn path=/trunk/; revision=24909
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index d63ac53f4f..e9adb85ca8 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -112,8 +112,6 @@ gboolean gnome_calendar_add_event_source (GnomeCalendar *gcal, ESource *s gboolean gnome_calendar_remove_event_source (GnomeCalendar *gcal, ESource *source); gboolean gnome_calendar_set_default_source (GnomeCalendar *gcal, ESource *source); -void gnome_calendar_set_query (GnomeCalendar *gcal, const char *sexp); - void gnome_calendar_next (GnomeCalendar *gcal); void gnome_calendar_previous (GnomeCalendar *gcal); void gnome_calendar_goto (GnomeCalendar *gcal, |