X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9c70c0bfdb71b39f6bae6e0c77bbe40b22d64ff5..a420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20:/cmd.h 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; };