From ce1b65e8548d3a081a3261f244ff116f4268fa78 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 31 Dec 2000 03:40:44 +0000
Subject: [PATCH] Removed cmartin's comment.

---
 xtrn/sdk/xsdkwrap.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/xtrn/sdk/xsdkwrap.c b/xtrn/sdk/xsdkwrap.c
index 7773947f4c..76a4e1fbe2 100644
--- a/xtrn/sdk/xsdkwrap.c
+++ b/xtrn/sdk/xsdkwrap.c
@@ -176,16 +176,7 @@ static struct termios original;				// old termios settings
 static struct timeval timeout = {0, 0};		// passed in select() call
 static fd_set inp;							// ditto
 static int beensetup = 0;					// has _termios_setup() been called?
-											
-/*
-	I'm using a variable function here simply for the sake of speed.  The
-    termios functions must be called before a kbhit() can be successful, so
-    on the first call, we just set up the terminal, point to variable function
-    to kbhit_norm(), and then call the new function.  Otherwise, testing would
-	be required on every call to determine if termios has already been setup.
-
-    Maybe I'm being way too anal, though.
-*/
+								
 
 /* Resets the termios to its previous state */
 void _termios_reset(void)
-- 
GitLab