]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
wmove() is part of the public curses API, and already defined in curses.h
authorMichael Brown <mcb30@etherboot.org>
Mon, 18 Dec 2006 20:38:07 +0000 (20:38 +0000)
committerMichael Brown <mcb30@etherboot.org>
Mon, 18 Dec 2006 20:38:07 +0000 (20:38 +0000)
src/hci/mucurses/mucurses.h

index db6cf587f7505dd6428f5108225e6f48bf6e8f13..566f7f3414fc7fa23a8724a31bdb007601fbca0c 100644 (file)
@@ -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 */