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>2025-03-12 06:41:35 +0100
commit13aa382c3bb518d2b3e96f28f7f28cad4bd843fd (patch)
treeef82a83a38aa92646b352a6ad2f3846e9c2751bd /cgit.h
parentSilence owner-info error (diff)
downloadcgit-magenta-13aa382c3bb518d2b3e96f28f7f28cad4bd843fd.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 e0d286d..dafc8c4 100644 --- a/cgit.h +++ b/cgit.h
@@ -391,7 +391,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);