summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/cgit.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-20 13:33:37 -0500
committerJune McEnroe <june@causal.agency>2021-01-20 13:33:37 -0500
commit8a10aa570d084f3f417b24f37bf547ac92de611d (patch)
tree50d8b27b8b0ee6042d4c2190fee7ef2272446a0a /www/git.causal.agency/cgit/cgit.h
parentFix tests for diff spans (diff)
downloadsrc-8a10aa570d084f3f417b24f37bf547ac92de611d.tar.gz
src-8a10aa570d084f3f417b24f37bf547ac92de611d.zip
Remove Lua support
Lua support is unused and the dlsym fwrite/write hacks horrify me.
Clean it up.
Diffstat (limited to 'www/git.causal.agency/cgit/cgit.h')
-rw-r--r--www/git.causal.agency/cgit/cgit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/git.causal.agency/cgit/cgit.h b/www/git.causal.agency/cgit/cgit.h
index 7ec46b48..f8471865 100644
--- a/www/git.causal.agency/cgit/cgit.h
+++ b/www/git.causal.agency/cgit/cgit.h
@@ -385,7 +385,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);