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:
committed by
Lukas Fleischer
parent
90fe21af88
commit
172efd7179
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user