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/e-day-view.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/e-day-view.h')
-rw-r--r-- | calendar/gui/e-day-view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h index e68279d123..77721866ec 100644 --- a/calendar/gui/e-day-view.h +++ b/calendar/gui/e-day-view.h @@ -460,9 +460,6 @@ struct _EDayViewClass GtkType e_day_view_get_type (void); GtkWidget* e_day_view_new (void); -void e_day_view_set_query (EDayView *day_view, - const char *sexp); - /* Whether we are displaying a work-week, in which case the display always starts on the first day of the working week. */ gboolean e_day_view_get_work_week_view (EDayView *day_view); |