aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-14 12:47:21 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-14 15:46:51 +0200
commita420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20 (patch)
tree4a85364eafb77706b78585fed09e3658d991fa7c /cmd.h
parenttree: move layout into page function (diff)
downloadcgit-a420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20.tar.xz
cgit-a420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20.zip
cmd: remove "want_layout" field
No commands use this any more. Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h1
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;
};