summaryrefslogtreecommitdiff
path: root/src/main-gcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-gcu.c')
-rw-r--r--src/main-gcu.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/main-gcu.c b/src/main-gcu.c
index fa86da80..9583eebc 100644
--- a/src/main-gcu.c
+++ b/src/main-gcu.c
@@ -397,18 +397,6 @@ static void keymap_game_prepare(void)
game_termio.c_cc[VEOF] = (char) - 1;
game_termio.c_cc[VEOL] = (char) - 1;
-#if 0
- /* Disable the non-posix control characters */
- game_termio.c_cc[VEOL2] = (char) - 1;
- game_termio.c_cc[VSWTCH] = (char) - 1;
- game_termio.c_cc[VDSUSP] = (char) - 1;
- game_termio.c_cc[VREPRINT] = (char) - 1;
- game_termio.c_cc[VDISCARD] = (char) - 1;
- game_termio.c_cc[VWERASE] = (char) - 1;
- game_termio.c_cc[VLNEXT] = (char) - 1;
- game_termio.c_cc[VSTATUS] = (char) - 1;
-#endif
-
/* Normally, block until a character is read */
game_termio.c_cc[VMIN] = 1;
game_termio.c_cc[VTIME] = 0;
@@ -511,17 +499,6 @@ static errr Term_xtra_gcu_alive(int v)
}
-#if 0
-
-#ifdef USE_NCURSES
-const char help_gcu[] = "NCurses, for terminal console, subopts -b(ig screen)";
-#else /* USE_NCURSES */
-const char help_gcu[] = "Curses, for terminal console, subopts -b(ig screen)";
-#endif /* USE_NCURSES */
-
-#endif
-
-
/*
* Init the "curses" system
*/