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-day-view-layout.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'calendar/gui/e-day-view-layout.c') diff --git a/calendar/gui/e-day-view-layout.c b/calendar/gui/e-day-view-layout.c index ab1f6c0fd0..51ced181b7 100644 --- a/calendar/gui/e-day-view-layout.c +++ b/calendar/gui/e-day-view-layout.c @@ -52,7 +52,6 @@ static void e_day_view_recalc_cols_per_row (gint rows, guint8 *cols_per_row, guint16 *group_starts); - void e_day_view_layout_long_events (GArray *events, gint days_shown, @@ -86,7 +85,6 @@ e_day_view_layout_long_events (GArray *events, g_free (grid); } - static void e_day_view_layout_long_event (EDayViewEvent *event, guint8 *grid, @@ -128,7 +126,6 @@ e_day_view_layout_long_event (EDayViewEvent *event, *rows_in_top_display = MAX (*rows_in_top_display, free_row + 1); } - /* returns maximum number of columns among all rows */ gint e_day_view_layout_day_events (GArray *events, @@ -197,7 +194,6 @@ e_day_view_layout_day_events (GArray *events, return res; } - /* Finds the first free position to place the event in. Increments the number of events in each of the rows it covers, and makes sure they are all in one group. */ @@ -275,7 +271,6 @@ e_day_view_layout_day_event (EDayViewEvent *event, } } - /* For each group of rows, find the max number of events in all the rows, and set the number of cols in each of the rows to that. */ static void @@ -299,7 +294,6 @@ e_day_view_recalc_cols_per_row (gint rows, } } - /* Expands the event horizontally to fill any free space. */ static void e_day_view_expand_day_event (EDayViewEvent *event, @@ -333,7 +327,6 @@ e_day_view_expand_day_event (EDayViewEvent *event, } } - /* Find the start and end days for the event. */ gboolean e_day_view_find_long_event_days (EDayViewEvent *event, @@ -369,4 +362,3 @@ e_day_view_find_long_event_days (EDayViewEvent *event, return TRUE; } - -- cgit v1.2.3