diff --git a/source/display.c b/source/display.c
index 2fc0f60..8fdaa2f 100644
--- a/source/display.c
+++ b/source/display.c
@@ -239,7 +239,6 @@ void entercurses(void) {
 	// mouseinit(); /* initialize any mouse interface */
 	// drawscrollbar(topline, nextline);
 	keypad(stdscr, TRUE); /* enable the keypad */
-	// fixkeypad();    /* fix for getch() intermittently returning garbage */
 	standend(); /* turn off reverse video */
 }