From 0c4c461433fa8b2884531ed53806caf840938b86 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Mon, 29 Aug 2005 09:30:45 +0000 Subject: [PATCH] The got_interrupt function from tty.c is defined for ncurses, too. --- src/slint.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/slint.c b/src/slint.c index 25ca9fefa..e05a61868 100644 --- a/src/slint.c +++ b/src/slint.c @@ -479,14 +479,6 @@ getch (void) } return c; } - -#else - -/* Non slang builds do not understand got_interrupt */ -int got_interrupt (void) -{ - return 0; -} #endif /* HAVE_SLANG */ void