mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
Remove undefined function gui_show_popupmenu + its unused return defines.
This commit is contained in:
@@ -26,9 +26,6 @@ char_u *check_colorcolumn(win_T *wp);
|
||||
char_u *check_stl_option(char_u *s);
|
||||
int get_option_value(char_u *name, long *numval, char_u **stringval,
|
||||
int opt_flags);
|
||||
int get_option_value_strict(char_u *name, long *numval, char_u *
|
||||
*stringval, int opt_type,
|
||||
void *from);
|
||||
char_u *option_iter_next(void **option, int opt_type);
|
||||
char_u *set_option_value(char_u *name, long number, char_u *string,
|
||||
int opt_flags);
|
||||
|
Reference in New Issue
Block a user