diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 23:26:22 +0800 |
commit | 374bd42f69aca2e132fd854c9619f3d7491f1f96 (patch) | |
tree | bf50b5daa8664d4d793b82f6b6ec59d0686553e0 /calendar/gui/e-day-view-top-item.c | |
parent | 573eb0880a80e04737cb4497931ca6588272686e (diff) | |
download | gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.gz gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.zst gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.zip |
Fix excessive whitespace.
Diffstat (limited to 'calendar/gui/e-day-view-top-item.c')
-rw-r--r-- | calendar/gui/e-day-view-top-item.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/calendar/gui/e-day-view-top-item.c b/calendar/gui/e-day-view-top-item.c index 31cce40a5a..180b3adb1c 100644 --- a/calendar/gui/e-day-view-top-item.c +++ b/calendar/gui/e-day-view-top-item.c @@ -74,7 +74,6 @@ static double e_day_view_top_item_point (GnomeCanvasItem *item, static gint e_day_view_top_item_event (GnomeCanvasItem *item, GdkEvent *event); - /* The arguments we take */ enum { PROP_0, @@ -119,7 +118,6 @@ e_day_view_top_item_class_init (EDayViewTopItemClass *class) G_PARAM_WRITABLE)); } - static void e_day_view_top_item_init (EDayViewTopItem *dvtitem) { @@ -127,7 +125,6 @@ e_day_view_top_item_init (EDayViewTopItem *dvtitem) dvtitem->show_dates = FALSE; } - static void e_day_view_top_item_set_property (GObject *object, guint property_id, @@ -150,7 +147,6 @@ e_day_view_top_item_set_property (GObject *object, G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); } - static void e_day_view_top_item_update (GnomeCanvasItem *item, double *affine, @@ -167,7 +163,6 @@ e_day_view_top_item_update (GnomeCanvasItem *item, item->y2 = INT_MAX; } - /* * DRAWING ROUTINES - functions to paint the canvas item. */ @@ -718,7 +713,6 @@ e_day_view_top_item_draw_long_event (EDayViewTopItem *dvtitem, gdk_gc_set_clip_mask (gc, NULL); } - /* This draws a little triangle to indicate that an event extends past the days visible on screen. */ static void @@ -807,7 +801,6 @@ e_day_view_top_item_point (GnomeCanvasItem *item, double x, double y, return 0.0; } - static gint e_day_view_top_item_event (GnomeCanvasItem *item, GdkEvent *event) { |