From 2c5235cca70bf1c5b5e92dd5b6b178ab13b695f2 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 29 May 2012 09:55:01 +0200 Subject: Make appearance.calendarview more explicit in config file Instead of using 0 or 1 as a value for `appearance.calendarview`, introduce the more explicit "monthly" and "weekly". Also update `scripts/calcurse-upgrade.sh` to reflect the change. Signed-off-by: Baptiste Jonglez Signed-off-by: Lukas Fleischer --- src/calendar.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/calendar.c') diff --git a/src/calendar.c b/src/calendar.c index 772c177..f369d8f 100644 --- a/src/calendar.c +++ b/src/calendar.c @@ -57,12 +57,6 @@ #define ISLEAP(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) -enum { - CAL_MONTH_VIEW, - CAL_WEEK_VIEW, - CAL_VIEWS -}; - enum pom { NO_POM, FIRST_QUARTER, -- cgit v1.2.3-54-g00ecf