Remove leftover curses extern definitions
This commit is contained in:
@@ -171,8 +171,6 @@ extern void curses_view_file(const char *filename, boolean must_exist);
|
||||
extern void curses_rtrim(char *str);
|
||||
extern long curses_get_count(int first_digit);
|
||||
extern attr_t curses_convert_attr(int attr);
|
||||
extern int curses_read_attrs(const char *attrs);
|
||||
extern char *curses_fmt_attrs(char *);
|
||||
extern int curses_convert_keys(int key);
|
||||
extern int curses_get_mouse(coordxy *mousex, coordxy *mousey, int *mod);
|
||||
extern void curses_mouse_support(int);
|
||||
|
||||
@@ -29,8 +29,6 @@ void curses_view_file(const char *filename, boolean must_exist);
|
||||
void curses_rtrim(char *str);
|
||||
long curses_get_count(int first_digit);
|
||||
attr_t curses_convert_attr(int attr);
|
||||
int curses_read_attrs(const char *attrs);
|
||||
char *curses_fmt_attrs(char *);
|
||||
int curses_convert_keys(int key);
|
||||
int curses_get_mouse(coordxy *mousex, coordxy *mousey, int *mod);
|
||||
void curses_mouse_support(int);
|
||||
|
||||
Reference in New Issue
Block a user