aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vis-lua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vis-lua.h b/vis-lua.h
index 54dbd62..c9ef1ec 100644
--- a/vis-lua.h
+++ b/vis-lua.h
@@ -36,7 +36,6 @@ void vis_lua_file_close(Vis*, File*);
void vis_lua_win_open(Vis*, Win*);
void vis_lua_win_close(Vis*, Win*);
void vis_lua_win_highlight(Vis*, Win*);
-bool vis_lua_win_syntax(Vis*, Win*, const char *syntax);
void vis_lua_win_status(Vis*, Win*);
#endif