about summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-20 13:33:37 -0500
committerRory& <root@rory.gay>2026-02-06 14:09:56 +0100
commit7f218cfae810965a3b094270d6df3b92c22d3fe0 (patch)
treebd3a14f18c6103e6f69194d8820d272210ac4511 /cgit.h
parentSilence owner-info error (diff)
downloadcgit-magenta-7f218cfae810965a3b094270d6df3b92c22d3fe0.tar.xz
Remove Lua support
Lua support is unused and the dlsym fwrite/write hacks horrify me.
Clean it up.
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h

index 28d2772..b6bedd3 100644 --- a/cgit.h +++ b/cgit.h
@@ -390,7 +390,6 @@ extern void cgit_fprintf_filter(struct cgit_filter *filter, FILE *f, const char extern void cgit_exec_filter_init(struct cgit_exec_filter *filter, char *cmd, char **argv); extern struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype); extern void cgit_cleanup_filters(void); -extern void cgit_init_filters(void); extern void cgit_prepare_repo_env(struct cgit_repo * repo);