aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2010-03-08 08:44:28 +0000
committerFrederic Culot <calcurse@culot.org>2010-03-08 08:44:28 +0000
commitb2321a7567340ff285cfcde5f9b4c7e60be7374d (patch)
tree877e48dbe6742358cf17f6037e127aa8563237ca /src/vars.h
parent2ec8ab17accd8c34c180ccea34b9242f6b171d44 (diff)
downloadcalcurse-b2321a7567340ff285cfcde5f9b4c7e60be7374d.tar.gz
calcurse-b2321a7567340ff285cfcde5f9b4c7e60be7374d.zip
Patch to correct the wrong calculation of recurrent items' dates after a
turn of year (submitted by Lukas Fleischer, thanks!).
Diffstat (limited to 'src/vars.h')
-rwxr-xr-xsrc/vars.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/vars.h b/src/vars.h
index 7f45c98..fbb88c1 100755
--- a/src/vars.h
+++ b/src/vars.h
@@ -1,9 +1,9 @@
-/* $calcurse: vars.h,v 1.37 2009/08/01 13:31:21 culot Exp $ */
+/* $calcurse: vars.h,v 1.38 2010/03/08 08:44:44 culot Exp $ */
/*
* Calcurse - text-based organizer
*
- * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org>
+ * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -82,11 +82,6 @@
#define ATTR_HIGH 5
#define ATTR_HIGHEST 6
-#define DAYINSEC 86400
-#define HOURINSEC 3600
-#define MININSEC 60
-#define WEEKINDAYS 7
-
#define STATUSHEIGHT 2
#define NOTESIZ 6