diff options
author | Frederic Culot <calcurse@culot.org> | 2007-08-15 15:36:05 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-08-15 15:36:05 +0000 |
commit | 8c8f3a56ffa46181bc2285f6bfd51e94d21758b7 (patch) | |
tree | 4779bd42c3f12d509c4105955d2410caeebe83cc /src/vars.h | |
parent | 9ee3eecfa684a7d881e5372305366f328f4cb040 (diff) | |
download | calcurse-8c8f3a56ffa46181bc2285f6bfd51e94d21758b7.zip |
layout is not part of conf_t type anymore, and becomes a static variable in wins.c
Diffstat (limited to 'src/vars.h')
-rwxr-xr-x | src/vars.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: vars.h,v 1.15 2007/07/28 13:11:43 culot Exp $ */ +/* $calcurse: vars.h,v 1.16 2007/08/15 15:36:05 culot Exp $ */ /* * Calcurse - text-based organizer @@ -77,7 +77,6 @@ typedef struct { bool confirm_delete; bool skip_system_dialogs; bool skip_progress_bar; - int layout; } conf_t; extern int col, row; |