aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-10-16 02:28:44 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-16 02:28:44 +0800
commitb17305de043172a8638897946deaa8d56baf713a (patch)
tree9f03cfbb8d583e1cc945628d0f32d3c8a45acd1e /calendar/gui
parent885eaaeda7368f6fdeae9fd114748d14f63d56d4 (diff)
downloadgsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.tar
gsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.tar.gz
gsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.tar.bz2
gsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.tar.lz
gsoc2013-evolution-b17305de043172a8638897946deaa8d56baf713a.tar.xz
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
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/calendar-commands.c7
1 files changed, 0 insertions, 7 deletions
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;