Remove leftover curses extern definitions

This commit is contained in:
Pasi Kallinen
2024-01-28 12:00:22 +02:00
parent 57c8ae4b9a
commit f6fae82633
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -171,8 +171,6 @@ extern void curses_view_file(const char *filename, boolean must_exist);
extern void curses_rtrim(char *str); extern void curses_rtrim(char *str);
extern long curses_get_count(int first_digit); extern long curses_get_count(int first_digit);
extern attr_t curses_convert_attr(int attr); 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_convert_keys(int key);
extern int curses_get_mouse(coordxy *mousex, coordxy *mousey, int *mod); extern int curses_get_mouse(coordxy *mousex, coordxy *mousey, int *mod);
extern void curses_mouse_support(int); extern void curses_mouse_support(int);
-2
View File
@@ -29,8 +29,6 @@ void curses_view_file(const char *filename, boolean must_exist);
void curses_rtrim(char *str); void curses_rtrim(char *str);
long curses_get_count(int first_digit); long curses_get_count(int first_digit);
attr_t curses_convert_attr(int attr); 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_convert_keys(int key);
int curses_get_mouse(coordxy *mousex, coordxy *mousey, int *mod); int curses_get_mouse(coordxy *mousex, coordxy *mousey, int *mod);
void curses_mouse_support(int); void curses_mouse_support(int);