cmd: remove "want_layout" field

No commands use this any more.

Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
John Keeping
2015-08-14 12:47:21 +01:00
committed by Jason A. Donenfeld
parent 9c70c0bfdb
commit a420c7ce9b
3 changed files with 24 additions and 34 deletions

1
cmd.h
View File

@ -9,7 +9,6 @@ struct cgit_cmd {
cgit_cmd_fn fn;
cgit_cmd_pre_fn pre;
unsigned int want_repo:1,
want_layout:1,
want_vpath:1,
is_clone:1;
};