mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
clean up the getch.c remove unsused code.
svn path=/trunk/; revision=22021
This commit is contained in:
@@ -53,17 +53,3 @@ int _getch(void)
|
||||
return c;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
int _getche(void)
|
||||
{
|
||||
int c;
|
||||
|
||||
c = _getch();
|
||||
_putch(c);
|
||||
|
||||
return c;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user