Author: greatlrd
Date: Thu May 25 00:44:37 2006
New Revision: 22021
URL:
http://svn.reactos.ru/svn/reactos?rev=22021&view=rev
Log:
clean up the getch.c remove unsused code.
Modified:
trunk/reactos/lib/crt/conio/getch.c
Modified: trunk/reactos/lib/crt/conio/getch.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/lib/crt/conio/getch.c?rev=2…
==============================================================================
--- trunk/reactos/lib/crt/conio/getch.c (original)
+++ trunk/reactos/lib/crt/conio/getch.c Thu May 25 00:44:37 2006
@@ -53,17 +53,3 @@
return c;
}
-#if 0
-/*
- * @unimplemented
- */
-int _getche(void)
-{
- int c;
-
- c = _getch();
- _putch(c);
-
- return c;
-}
-#endif