elementary: Comment out unused functions
authorChris Michael <cpmichael@osg.samsung.com>
Thu, 24 Dec 2015 21:51:30 +0000 (16:51 -0500)
committerChris Michael <cpmichael@osg.samsung.com>
Thu, 24 Dec 2015 21:51:30 +0000 (16:51 -0500)
Seems these 2 functions are currently unused inside elm_calendar. For
now, let's just #if 0 them out

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
legacy/elementary/src/lib/elm_calendar.c

index 65e13e7..0ba6fa5 100644 (file)
@@ -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);