From ed344a95305172bfdd319ae2dd3968a76bee53d2 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 11 Aug 2004 00:19:21 +0000
Subject: [PATCH] Remove console_hit prototype and kbhit() macro.

---
 src/uifc/uifc32.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c
index 28fcb10521..32f6352d8a 100644
--- a/src/uifc/uifc32.c
+++ b/src/uifc/uifc32.c
@@ -98,11 +98,6 @@ static int *last_menu_bar=NULL;
 static int save_menu_cur=-1;
 static int save_menu_bar=-1;
 
-#ifdef _WIN32
-#define kbhit()	console_hit()
-int	console_hit(void);
-#endif
-
 static void reset_dynamic(void) {
 	last_menu_cur=NULL;
 	last_menu_bar=NULL;
-- 
GitLab