From: Holger Lubitz Date: Fri, 27 Jul 2007 19:46:21 +0000 (+0200) Subject: remove has_key by #if 0'ing out X-Git-Tag: v0.9.3~159^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac1e0aa63edcc5af3178e1f49a7b104adc018e1a;p=thirdparty%2Fipxe.git remove has_key by #if 0'ing out --- diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index 9f5c6bb72..a68cf26a7 100644 --- a/src/hci/mucurses/kb.c +++ b/src/hci/mucurses/kb.c @@ -19,6 +19,7 @@ int m_delay; /* bool m_echo; bool m_cbreak; +#if 0 /** * Check KEY_ code supported status * @@ -28,7 +29,8 @@ bool m_cbreak; */ int has_key ( int kc __unused ) { return TRUE; -} +} +#endif static int _wgetc ( WINDOW *win ) {