aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-10-21 13:40:13 +0000
committerFrederic Culot <calcurse@culot.org>2007-10-21 13:40:13 +0000
commitc9ba409a8b21469bd514908b0ac5b1e7b4b8121f (patch)
tree283bed3497d25495e501603b056cdb6b92be1de2 /src/vars.c
parent54db19e8b3e902bba682edbdaf5557290be7f21d (diff)
downloadcalcurse-c9ba409a8b21469bd514908b0ac5b1e7b4b8121f.tar.gz
calcurse-c9ba409a8b21469bd514908b0ac5b1e7b4b8121f.zip
cwin, awin, twin, swin variables suppressed
Diffstat (limited to 'src/vars.c')
-rwxr-xr-xsrc/vars.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/vars.c b/src/vars.c
index 2081a33..fbbb666 100755
--- a/src/vars.c
+++ b/src/vars.c
@@ -1,4 +1,4 @@
-/* $calcurse: vars.c,v 1.4 2007/08/15 15:36:05 culot Exp $ */
+/* $calcurse: vars.c,v 1.5 2007/10/21 13:40:13 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -77,15 +77,6 @@ char path_todo[] = "";
char path_apts[] = "";
char path_conf[] = "";
-/*
- * Variables to handle calcurse windows:
- * cwin = calendar window
- * awin = appointment window
- * twin = todo window
- * swin = status bar window
- */
-WINDOW *awin = NULL, *cwin = NULL, *twin = NULL, *swin = NULL;
-
/* Variable to handle pads. */
struct pad_s *apad;