aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-19 12:06:30 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-19 14:58:06 +0100
commit0102293b417d2adc5c4eeff78a9d31f61c9dd6ff (patch)
treeeb0ba8e8f16b6097f363a44314272e1f6a76265b /vis.h
parent42f04699d6df2d5b144533737a8f2f7e0814ad85 (diff)
downloadvis-0102293b417d2adc5c4eeff78a9d31f61c9dd6ff.tar.gz
vis-0102293b417d2adc5c4eeff78a9d31f61c9dd6ff.tar.xz
Move :set theme option implementation to lua
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 0 insertions, 2 deletions
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*);