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 <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen
2017-09-05 01:15:25 +02:00
committed by Lukas Fleischer
parent 90fe21af88
commit 172efd7179
4 changed files with 2 additions and 185 deletions

View File

@@ -51,8 +51,6 @@
#include "calcurse.h"
#include "sha1.h"
#define ISLEAP(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0)
#define FS_EXT_MAXLEN 64
enum format_specifier {