From 172efd71798a00469658b0f0e6fc730bac6fa5fe Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Tue, 5 Sep 2017 01:15:25 +0200 Subject: Remove phase of moon feature The computation never really worked before and it seems like the feature is not very helpful, sometimes even confusing (see GitHub issue #21). The macro ISLEAP is moved to calcurse.h. Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- src/ui-day.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui-day.c') diff --git a/src/ui-day.c b/src/ui-day.c index 1cc9eb0..6a06941 100644 --- a/src/ui-day.c +++ b/src/ui-day.c @@ -916,7 +916,6 @@ static char *fmt_day_heading(time_t date) localtime_r(&date, &tm); string_init(&s); - string_printf(&s, "%s ", ui_calendar_get_pom(date)); string_catftime(&s, conf.day_heading, &tm); return string_buf(&s); } -- cgit v1.2.3