From 0102293b417d2adc5c4eeff78a9d31f61c9dd6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 19 Mar 2017 12:06:30 +0100 Subject: Move :set theme option implementation to lua --- vis.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 5c4971a..2b4fcf2 100644 --- a/vis.h +++ b/vis.h @@ -548,8 +548,6 @@ Text *vis_text(Vis*); View *vis_view(Vis*); Win *vis_window(Vis*); -bool vis_theme_load(Vis*, const char *name); - /* Get value of autoindent */ bool vis_get_autoindent(const Vis*); -- cgit v1.2.3