From b17305de043172a8638897946deaa8d56baf713a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 15 Oct 2004 18:28:44 +0000 Subject: remove useless ifdef'd out statement (its been unused for 3+ years) 2004-10-15 JP Rosevear * gui/calendar-commands.c (calendar_control_activate): remove useless ifdef'd out statement (its been unused for 3+ years) svn path=/trunk/; revision=27599 --- calendar/ChangeLog | 5 +++++ calendar/gui/calendar-commands.c | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 185937bd61..a453d70536 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2004-10-15 JP Rosevear + * gui/calendar-commands.c (calendar_control_activate): remove + useless ifdef'd out statement (its been unused for 3+ years) + +2004-10-15 JP Rosevear + * gui/calendar-commands.h (calendar_goto_today): remove prototype * gui/calendar-commands.c: remove dead function diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 31c31dabb8..cafa3eca3e 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -664,13 +664,6 @@ calendar_control_activate (BonoboControl *control, bonobo_ui_component_thaw (uic, NULL); - /* Show the dialog for setting the timezone if the user hasn't chosen - a default timezone already. This is done in the startup wizard now, - so we don't do it here. */ -#if 0 - calendar_config_check_timezone_set (); -#endif - focus = g_new (FocusData, 1); focus->calendar_focused = FALSE; focus->taskpad_focused = FALSE; -- cgit v1.2.3