aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vis.h b/vis.h
index 0d25d91..5c4971a 100644
--- a/vis.h
+++ b/vis.h
@@ -52,7 +52,6 @@ typedef struct {
void (*win_open)(Vis*, Win*);
void (*win_close)(Vis*, Win*);
void (*win_highlight)(Vis*, Win*, size_t horizon);
- bool (*win_syntax)(Vis*, Win*, const char *syntax);
void (*win_status)(Vis*, Win*);
} VisEvent;
@@ -128,9 +127,6 @@ void vis_window_focus(Win*);
/* swap location of two windows */
void vis_window_swap(Win*, Win*);
-const char *vis_window_syntax_get(Win*);
-bool vis_window_syntax_set(Win*, const char *name);
-
int vis_window_width_get(const Win*);
int vis_window_height_get(const Win*);