diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/e-day-view.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5c2fdd8a87..4d07da2d4e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-09-11 Christopher James Lahey <clahey@helixcode.com> + + * gui/e-day-view.c: Fixed a warning (removed unused variable + gfloat width from e_day_view_get_event_position.) + 2000-09-11 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.c: Handle renaming, header cleanup 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); |