diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-01 17:42:47 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-01 17:42:47 +0000 |
commit | 725837e93639961abe8f4b20aecb0d5747347dcc (patch) | |
tree | 7f8ecbe820dd32fb985656cadd683f161b59b89a | |
parent | 7a15e196e1bfea760f6ac5ef3121db2a54a11394 (diff) | |
download | calcurse-725837e93639961abe8f4b20aecb0d5747347dcc.tar.gz calcurse-725837e93639961abe8f4b20aecb0d5747347dcc.zip |
week_begins_on_monday suppressed from conf_t type
-rwxr-xr-x | src/vars.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: vars.h,v 1.10 2007/05/06 13:30:14 culot Exp $ */ +/* $calcurse: vars.h,v 1.11 2007/07/01 17:42:47 culot Exp $ */ /* * Calcurse - text-based organizer @@ -76,7 +76,6 @@ typedef struct { bool confirm_delete; bool skip_system_dialogs; bool skip_progress_bar; - bool week_begins_on_monday; int layout; } conf_t; |