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. --- calendar/gui/ea-day-view-cell.c | 1 - 1 file changed, 1 deletion(-) (limited to 'calendar/gui/ea-day-view-cell.c') diff --git a/calendar/gui/ea-day-view-cell.c b/calendar/gui/ea-day-view-cell.c index fa491e87ea..2d42a47fc6 100644 --- a/calendar/gui/ea-day-view-cell.c +++ b/calendar/gui/ea-day-view-cell.c @@ -258,7 +258,6 @@ ea_day_view_cell_ref_state_set (AtkObject *obj) atk_component_get_extents (ATK_COMPONENT (parent), &parent_x, &parent_y, &parent_width, &parent_height, ATK_XY_WINDOW); - if (x + width < parent_x || x > parent_x + parent_width || y + height < parent_y || y > parent_y + parent_height) /* the cell is out of the main canvas */ -- cgit v1.2.3