From 56970053f4f5294a0fc55400cd732f6ae91efa80 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 18 Dec 2006 20:38:07 +0000 Subject: [PATCH] wmove() is part of the public curses API, and already defined in curses.h --- src/hci/mucurses/mucurses.h | 1 - 1 file changed, 1 deletion(-) 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 */