From 374bd42f69aca2e132fd854c9619f3d7491f1f96 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- widgets/e-timezone-dialog/e-timezone-dialog.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'widgets/e-timezone-dialog/e-timezone-dialog.c') diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.c b/widgets/e-timezone-dialog/e-timezone-dialog.c index ea30c1701e..4625a63e1c 100644 --- a/widgets/e-timezone-dialog/e-timezone-dialog.c +++ b/widgets/e-timezone-dialog/e-timezone-dialog.c @@ -186,7 +186,6 @@ e_timezone_dialog_finalize (GObject *object) (* G_OBJECT_CLASS (e_timezone_dialog_parent_class)->finalize) (object); } - static void e_timezone_dialog_add_timezones (ETimezoneDialog *etd) { @@ -256,7 +255,6 @@ e_timezone_dialog_add_timezones (ETimezoneDialog *etd) g_list_free (list_items); } - ETimezoneDialog * e_timezone_dialog_construct (ETimezoneDialog *etd) { @@ -377,7 +375,6 @@ get_widgets (ETimezoneDialog *etd) && priv->preview_label); } - /** * e_timezone_dialog_new: * @@ -428,7 +425,6 @@ format_utc_offset (gint utc_offset, sprintf (buffer, "%s %s%02i:%02i:%02i", _("UTC"), sign, hours, minutes, seconds); } - static gchar * zone_display_name_with_offset (icaltimezone *zone) { @@ -488,7 +484,6 @@ on_map_timeout (gpointer data) return TRUE; } - static gboolean on_map_motion (GtkWidget *widget, GdkEventMotion *event, gpointer data) { @@ -525,7 +520,6 @@ on_map_motion (GtkWidget *widget, GdkEventMotion *event, gpointer data) return TRUE; } - static gboolean on_map_leave (GtkWidget *widget, GdkEventCrossing *event, gpointer data) { @@ -554,7 +548,6 @@ on_map_leave (GtkWidget *widget, GdkEventCrossing *event, gpointer data) return FALSE; } - static gboolean on_map_visibility_changed (GtkWidget *w, GdkEventVisibility *event, gpointer data) @@ -581,7 +574,6 @@ on_map_visibility_changed (GtkWidget *w, GdkEventVisibility *event, return FALSE; } - static gboolean on_map_button_pressed (GtkWidget *w, GdkEventButton *event, gpointer data) { @@ -616,7 +608,6 @@ on_map_button_pressed (GtkWidget *w, GdkEventButton *event, gpointer data) return TRUE; } - /* Returns the translated timezone location of the given EMapPoint, e.g. "Europe/London". */ static icaltimezone * @@ -655,7 +646,6 @@ get_zone_from_point (ETimezoneDialog *etd, g_return_val_if_reached(NULL); } - /** * e_timezone_dialog_get_timezone: * @etd: the timezone dialog @@ -716,7 +706,6 @@ e_timezone_dialog_set_timezone (ETimezoneDialog *etd, g_free (display); } - GtkWidget * e_timezone_dialog_get_toplevel (ETimezoneDialog *etd) { @@ -730,7 +719,6 @@ e_timezone_dialog_get_toplevel (ETimezoneDialog *etd) return priv->app; } - static void set_map_timezone (ETimezoneDialog *etd, icaltimezone *zone) { @@ -757,7 +745,6 @@ set_map_timezone (ETimezoneDialog *etd, icaltimezone *zone) priv->point_selected = point; } - static void on_combo_changed (GtkComboBox *combo_box, ETimezoneDialog *etd) { -- cgit v1.2.3