diff options
Diffstat (limited to 'src/e_date.c')
-rw-r--r-- | src/e_date.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/e_date.c b/src/e_date.c index bca3165..c145c8b 100644 --- a/src/e_date.c +++ b/src/e_date.c @@ -193,13 +193,6 @@ filter_date (time_t date) e_utf8_strftime_fix_am_pm (buf, 26, _("%b %d %Y"), &then); } } -#if 0 -#ifdef CTIME_R_THREE_ARGS - ctime_r (&date, buf, 26); -#else - ctime_r (&date, buf); -#endif -#endif return g_strdup (buf); } |