diff options
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h index 2507ca5..1a98089 100644 --- a/cmd.h +++ b/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; }; |