From b3e4ed6da61c048e670a0623f18645f5519c3cd0 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 2 Jan 2001 16:35:57 +0000 Subject: Unconditionally remove the client from the alarm notification system. 2001-01-01 Federico Mena Quintero * gui/gnome-cal.c (gnome_calendar_destroy): Unconditionally remove the client from the alarm notification system. Removed all the obsolete alarm code. * gui/event-editor.c: Removed some crufty externs left over from Gnomecal. * gui/calendar-commands.c: #include "goto.h" Removed crufty variables left over from Gnomecal. (new_calendar): Do not take a full_name parameter. (init_username): Removed function. (init_calendar): Wheeeeeeee! Removed crufty function. (quit_cmd): Removed function. * gui/print.c (WEEK_STARTS_ON_MONDAY): Made it unconditionally FALSE because we do not use the configuration setting anyways. Sigh, all the printing code needs to be revamped. svn path=/trunk/; revision=7209 --- calendar/gui/calendar-model.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/calendar-model.c') diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index 67904b451a..55f265390c 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include "calendar-model.h" @@ -34,9 +33,11 @@ /* We need this for strptime. */ #define _XOPEN_SOURCE 500 #define __USE_XOPEN +#include #include #undef _XOPEN_SOURCE #undef __USE_XOPEN + /* Private part of the ECalendarModel structure */ -- cgit v1.2.3