X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/f60ffa143cca61e9729ac71033e1a556cf422871..7f75647b5565076b70d7c619df08e6c64dac9386:/cmd.h diff --git a/cmd.h b/cmd.h index 752f078..6249b1d 100644 --- a/cmd.h +++ b/cmd.h @@ -7,7 +7,6 @@ struct cgit_cmd { const char *name; cgit_cmd_fn fn; unsigned int want_repo:1, - want_layout:1, want_vpath:1, is_clone:1; };