diff --git a/src/lib/in.c b/src/lib/in.c index 699d28960..47e5bfb09 100644 --- a/src/lib/in.c +++ b/src/lib/in.c @@ -117,7 +117,6 @@ inc_input_errors(inputctx* ictx){ // load all known special keys from terminfo, and build the input sequence trie static int prep_special_keys(inputctx* ictx){ - /* #ifndef __MINGW64__ static const struct { const char* tinfo; @@ -289,7 +288,6 @@ prep_special_keys(inputctx* ictx){ logdebug("support for terminfo's %s: %s\n", k->tinfo, seq); } #endif - */ (void)ictx; return 0; }