aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-06-20 15:09:34 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-06-20 15:09:34 +0800
commit1c6b4a17d875a0ecf76c525930b832fe24929ac5 (patch)
tree9e234c59c58d049ce6f22329c5a94ec88111c075 /calendar/gui/gnome-cal.h
parent541d52701f8225e45651b405fd44a7fa4aa417da (diff)
downloadgsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar
gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.gz
gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.bz2
gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.lz
gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.xz
gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.tar.zst
gsoc2013-evolution-1c6b4a17d875a0ecf76c525930b832fe24929ac5.zip
moved the function to check for a default timezone to calendar-config.c,
2001-06-20 Damon Chaplin <damon@ximian.com> * gui/calendar-config.[hc]: * gui/gnome-cal.[hc]: * gui/tasks-control.c (tasks_control_activate): * gui/calendar-commands.c (calendar_control_activate): moved the function to check for a default timezone to calendar-config.c, and also used it in the tasks control. * gui/dialogs/e-timezone-dialog.h: #include <gtk/gtkwidget.h> fix. svn path=/trunk/; revision=10325
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r--calendar/gui/gnome-cal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h
index 908e680133..9ff25c50f5 100644
--- a/calendar/gui/gnome-cal.h
+++ b/calendar/gui/gnome-cal.h
@@ -123,9 +123,6 @@ void gnome_calendar_get_current_time_range (GnomeCalendar *gcal,
void gnome_calendar_update_config_settings (GnomeCalendar *gcal,
gboolean initializing);
-/* Shows the timezone dialog if the user hasn't set a default timezone. */
-void gnome_calendar_check_timezone_set (GnomeCalendar *gcal);
-
void gnome_calendar_set_view_buttons (GnomeCalendar *gcal,
GtkWidget *day_button,
GtkWidget *work_week_button,