cwin, awin, twin, swin variables suppressed

This commit is contained in:
Frederic Culot 2007-10-21 13:40:13 +00:00
parent 54db19e8b3
commit c9ba409a8b
2 changed files with 2 additions and 12 deletions

View File

@ -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;

View File

@ -1,4 +1,4 @@
/* $calcurse: vars.h,v 1.16 2007/08/15 15:36:05 culot Exp $ */
/* $calcurse: vars.h,v 1.17 2007/10/21 13:40:13 culot Exp $ */
/*
* Calcurse - text-based organizer
@ -88,7 +88,6 @@ extern char path_dir[BUFSIZ];
extern char path_todo[BUFSIZ];
extern char path_apts[BUFSIZ];
extern char path_conf[BUFSIZ];
extern WINDOW *awin, *cwin, *twin, *swin;
extern struct pad_s *apad;
extern struct nbar_s *nbar;