summaryrefslogtreecommitdiff
path: root/src/main-gcu.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-19 17:09:03 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-19 19:32:06 +0100
commit946d101429a49b656ee37ad00a927787e2d463fd (patch)
tree99623edd7ad64502efbdefcc2ad1eaf693a062b2 /src/main-gcu.c
parent6a077f767bab67c5847e6ccf98513151462879a4 (diff)
Remove dead (#if 0) code.
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
*/