mirror of
https://git.zx2c4.com/cgit
synced 2025-07-31 08:04:28 +02:00
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:
parent
9c70c0bfdb
commit
a420c7ce9b
3 changed files with 24 additions and 34 deletions
1
cmd.h
1
cmd.h
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue