diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 11:54:00 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-06 11:43:23 -0300 |
commit | dfb7d826ac5d9a4332a0f673ec3a6e7d69a27f1b (patch) | |
tree | 5965efffa5d576793717b8f905e38b0a6c431dc1 /src/ui.h | |
parent | f8970e1c7c445c1cc18065902f77ea33b67cf050 (diff) | |
download | rneovim-dfb7d826ac5d9a4332a0f673ec3a6e7d69a27f1b.tar.gz rneovim-dfb7d826ac5d9a4332a0f673ec3a6e7d69a27f1b.tar.bz2 rneovim-dfb7d826ac5d9a4332a0f673ec3a6e7d69a27f1b.zip |
Remove `RealWaitForChar` and `mch_new_shellsize`
The last occurrence of `RealWaitForChar` was replaced by the `os_microdelay`
function. `mch_new_shellsize` had an empty body, so there seems to be no reason
for keeping it around
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ void ui_suspend(void); void suspend_shell(void); int ui_get_shellsize(void); void ui_set_shellsize(int mustset); -void ui_new_shellsize(void); void ui_breakcheck(void); void clip_init(int can_use); void clip_update_selection(VimClipboard *clip); |