From 8075831e35fa69de7b6885e0d7b02e6a3f29c4e0 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 24 Dec 2015 16:51:30 -0500 Subject: [PATCH] elementary: Comment out unused functions Seems these 2 functions are currently unused inside elm_calendar. For now, let's just #if 0 them out Signed-off-by: Chris Michael --- legacy/elementary/src/lib/elm_calendar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/elementary/src/lib/elm_calendar.c b/legacy/elementary/src/lib/elm_calendar.c index 65e13e7..0ba6fa5 100644 --- a/legacy/elementary/src/lib/elm_calendar.c +++ b/legacy/elementary/src/lib/elm_calendar.c @@ -79,6 +79,7 @@ _button_widget_year_dec_start(void *data, void *event_info EINA_UNUSED); /* This two functions should be moved in Eina for next release. */ +#if 0 static Eina_Tmpstr * _eina_tmpstr_strftime(const char *format, const struct tm *tm) { @@ -121,6 +122,7 @@ _eina_tmpstr_steal(Eina_Tmpstr *s) eina_tmpstr_del(s); return r; } +#endif static Eina_Bool _key_action_move(Evas_Object *obj, const char *params); -- 2.7.4