aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-11 18:01:53 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-11 18:01:53 +0800
commit5a5346ed56725e2647f8719c4bc504a0005a662d (patch)
treef09924e7613d45c45b27fb1695711c8985e94e87 /calendar/gui
parentd65fb37051402d1df0d125540546f63cc6b46ea6 (diff)
downloadgsoc2013-evolution-5a5346ed56725e2647f8719c4bc504a0005a662d.tar
gsoc2013-evolution-5a5346ed56725e2647f8719c4bc504a0005a662d.tar.gz
gsoc2013-evolution-5a5346ed56725e2647f8719c4bc504a0005a662d.tar.bz2
gsoc2013-evolution-5a5346ed56725e2647f8719c4bc504a0005a662d.tar.lz
gsoc2013-evolution-5a5346ed56725e2647f8719c4bc504a0005a662d.tar.xz
gsoc2013-evolution-5a5346ed56725e2647f8719c4bc504a0005a662d.tar.zst
gsoc2013-evolution-5a5346ed56725e2647f8719c4bc504a0005a662d.zip
Fixed a warning (removed unused variable gfloat width from
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.) svn path=/trunk/; revision=5318
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-day-view.c1
1 files changed, 0 insertions, 1 deletions
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);