diff --git a/src/hci/mucurses/mucurses.h b/src/hci/mucurses/mucurses.h index db6cf587..566f7f34 100644 --- a/src/hci/mucurses/mucurses.h +++ b/src/hci/mucurses/mucurses.h @@ -14,6 +14,5 @@ void _wputch ( WINDOW *win, chtype ch, int wrap ); void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ); void _wputstr ( WINDOW *win, const char *str, int wrap, int n ); void _wcursback ( WINDOW *win ); -int wmove ( WINDOW *win, int y, int x ); #endif /* _MUCURSES_H */