From 5a5346ed56725e2647f8719c4bc504a0005a662d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 11 Sep 2000 10:01:53 +0000 Subject: Fixed a warning (removed unused variable gfloat width from 2000-09-11 Christopher James Lahey * gui/e-day-view.c: Fixed a warning (removed unused variable gfloat width from e_day_view_get_event_position.) svn path=/trunk/; revision=5318 --- calendar/gui/e-day-view.c | 1 - 1 file changed, 1 deletion(-) (limited to 'calendar/gui/e-day-view.c') diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 06332f525c..ccf94b6e34 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -5051,7 +5051,6 @@ e_day_view_get_event_position (EDayView *day_view, { EDayViewEvent *event; gint start_row, end_row, cols_in_row, start_col, num_columns; - gfloat width; event = &g_array_index (day_view->events[day], EDayViewEvent, event_num); -- cgit v1.2.3