diff options
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r-- | calendar/gui/e-calendar-view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h index f25366d392..5c4be44d2b 100644 --- a/calendar/gui/e-calendar-view.h +++ b/calendar/gui/e-calendar-view.h @@ -172,14 +172,12 @@ void e_calendar_view_move_tip (GtkWidget *widget, int x, int y); const gchar *e_calendar_view_get_icalcomponent_summary (ECal *ecal, icalcomponent *icalcomp, gboolean *free_text); -#ifdef ENABLE_CAIRO void draw_curved_rectangle (cairo_t *cr, double x0, double y0, double rect_width, double rect_height, double radius); -#endif G_END_DECLS |