aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
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;