diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-16 02:28:44 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-16 02:28:44 +0800 |
commit | b17305de043172a8638897946deaa8d56baf713a (patch) | |
tree | 9f03cfbb8d583e1cc945628d0f32d3c8a45acd1e | |
parent | 885eaaeda7368f6fdeae9fd114748d14f63d56d4 (diff) | |
download | gsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.tar.gz gsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.tar.zst gsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.zip |
remove useless ifdef'd out statement (its been unused for 3+ years)
2004-10-15 JP Rosevear <jpr@novell.com>
* gui/calendar-commands.c (calendar_control_activate): remove
useless ifdef'd out statement (its been unused for 3+ years)
svn path=/trunk/; revision=27599
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 7 |
2 files changed, 5 insertions, 7 deletions
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 <jpr@novell.com> + * gui/calendar-commands.c (calendar_control_activate): remove + useless ifdef'd out statement (its been unused for 3+ years) + +2004-10-15 JP Rosevear <jpr@novell.com> + * 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; |