From 157b5bcc8f320473911a8f401eb34b127448cc83 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 6 Mar 2012 12:06:43 +0000 Subject: [PATCH] warn-- SVN revision: 68813 --- src/lib/elm_calendar.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/lib/elm_calendar.c b/src/lib/elm_calendar.c index f9924cf..ca02a52 100644 --- a/src/lib/elm_calendar.c +++ b/src/lib/elm_calendar.c @@ -197,16 +197,6 @@ _text_day_color_update(Widget_Data *wd, int pos) edje_object_signal_emit(wd->calendar, emission, "elm"); } -// EINA_DEPRECATED -static void -_text_day_color_set(Widget_Data *wd, Day_Color col, int pos) -{ - if ((pos < 0) || (pos >= 42)) return; - if (wd->day_color[pos] == col) return; - wd->day_color[pos] = col; - _text_day_color_update(wd, pos); -} - static void _set_month_year(Widget_Data *wd) { -- 2.7.4