mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
remove has_key by #if 0'ing out
This commit is contained in:
parent
0e0843a872
commit
ac1e0aa63e
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user