Browse Source

remove has_key by #if 0'ing out

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
ac1e0aa63e
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/hci/mucurses/kb.c

+ 3
- 1
src/hci/mucurses/kb.c View File

19
 bool m_echo;
19
 bool m_echo;
20
 bool m_cbreak;
20
 bool m_cbreak;
21
 
21
 
22
+#if 0
22
 /**
23
 /**
23
  * Check KEY_ code supported status
24
  * Check KEY_ code supported status
24
  *
25
  *
28
  */
29
  */
29
 int has_key ( int kc __unused ) {
30
 int has_key ( int kc __unused ) {
30
 	return TRUE;
31
 	return TRUE;
31
-}
32
+} 
33
+#endif
32
 
34
 
33
 static
35
 static
34
 int _wgetc ( WINDOW *win ) {
36
 int _wgetc ( WINDOW *win ) {

Loading…
Cancel
Save