aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-10 18:53:24 +0200
committerThomas Wienecke <wienecke.t@gmail.com>2014-05-03 17:40:16 +0200
commit3a5f538cad15dec360dece77d201fc25f102a604 (patch)
treefa31b551afa2e980e2225fee7c6d0d71be7140d3 /src/window.h
parent7cb20fd1b09a5c263ca3aef57d87f09084fb7830 (diff)
downloadrneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.gz
rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.bz2
rneovim-3a5f538cad15dec360dece77d201fc25f102a604.zip
Remove undefined functions.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window.h b/src/window.h
index 405934a6ea..f276938873 100644
--- a/src/window.h
+++ b/src/window.h
@@ -79,11 +79,8 @@ void restore_win(win_T *save_curwin, tabpage_T *save_curtab,
int no_display);
void switch_buffer(buf_T **save_curbuf, buf_T *buf);
void restore_buffer(buf_T *save_curbuf);
-int win_hasvertsplit(void);
int match_add(win_T *wp, char_u *grp, char_u *pat, int prio, int id);
int match_delete(win_T *wp, int id, int perr);
void clear_matches(win_T *wp);
matchitem_T *get_match(win_T *wp, int id);
-int get_win_number(win_T *wp, win_T *first_win);
-int get_tab_number(tabpage_T *tp);
#endif /* NEOVIM_WINDOW_H */