From 0274669179600ac77475eed9870d2eab52c2cf14 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- calendar/gui/e-timezone-entry.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'calendar/gui/e-timezone-entry.c') diff --git a/calendar/gui/e-timezone-entry.c b/calendar/gui/e-timezone-entry.c index 28660fd3b9..f3e239aa63 100644 --- a/calendar/gui/e-timezone-entry.c +++ b/calendar/gui/e-timezone-entry.c @@ -49,7 +49,6 @@ struct _ETimezoneEntryPrivate { GtkWidget *button; }; - enum { CHANGED, LAST_SIGNAL @@ -70,7 +69,6 @@ static void add_relation (ETimezoneEntry *tentry, static void e_timezone_entry_set_entry (ETimezoneEntry *tentry); - static guint timezone_entry_signals[LAST_SIGNAL] = { 0 }; G_DEFINE_TYPE (ETimezoneEntry, e_timezone_entry, GTK_TYPE_HBOX) @@ -99,7 +97,6 @@ e_timezone_entry_class_init (ETimezoneEntryClass *class) class->changed = NULL; } - static void e_timezone_entry_init (ETimezoneEntry *tentry) { @@ -128,7 +125,6 @@ e_timezone_entry_init (ETimezoneEntry *tentry) } } - /** * e_timezone_entry_new: * @@ -149,7 +145,6 @@ e_timezone_entry_new (void) return GTK_WIDGET (tentry); } - static void e_timezone_entry_destroy (GtkObject *object) { @@ -166,7 +161,6 @@ e_timezone_entry_destroy (GtkObject *object) (* GTK_OBJECT_CLASS (e_timezone_entry_parent_class)->destroy) (object); } - /* The arrow button beside the date field has been clicked, so we show the popup with the ECalendar in. */ static void @@ -193,7 +187,6 @@ on_button_clicked (GtkWidget *widget, g_object_unref (timezone_dialog); } - static void on_entry_changed (GtkEntry *entry, ETimezoneEntry *tentry) @@ -201,7 +194,6 @@ on_entry_changed (GtkEntry *entry, g_signal_emit (GTK_OBJECT (tentry), timezone_entry_signals[CHANGED], 0); } - icaltimezone* e_timezone_entry_get_timezone (ETimezoneEntry *tentry) { @@ -272,7 +264,6 @@ e_timezone_entry_set_timezone (ETimezoneEntry *tentry, add_relation (tentry, priv->entry); } - /* Sets the default timezone. If the current timezone matches this, then the entry field is hidden. This is useful since most people do not use timezones so it makes the user interface simpler. */ @@ -291,7 +282,6 @@ e_timezone_entry_set_default_timezone (ETimezoneEntry *tentry, e_timezone_entry_set_entry (tentry); } - static void e_timezone_entry_set_entry (ETimezoneEntry *tentry) { @@ -325,7 +315,6 @@ e_timezone_entry_set_entry (ETimezoneEntry *tentry) g_free (name_buffer); } - static gboolean e_timezone_entry_mnemonic_activate (GtkWidget *widget, gboolean group_cycling) -- cgit v1.2.3