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 <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2015-12-24 16:51:30 -05:00
parent a0414cf2bd
commit 8075831e35
1 changed files with 2 additions and 0 deletions

View 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);