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/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/main.c') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 183d7bfd90..53f833f70f 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -67,8 +67,6 @@ main (int argc, char **argv) alarm_notify_init (); e_cursors_init (); - init_calendar (); - #if 0 //g_log_set_always_fatal ((GLogLevelFlags) 0xFFFF); g_log_set_always_fatal (G_LOG_LEVEL_ERROR | -- cgit v1.2.3