From: Carsten Haitzler Date: Tue, 6 Mar 2012 12:06:43 +0000 (+0000) Subject: warn-- X-Git-Tag: v1.0.0~593 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=157b5bcc8f320473911a8f401eb34b127448cc83;p=platform%2Fupstream%2Felementary.git warn-- SVN revision: 68813 --- 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) {