Remove unused HP_EXTENSIONS code blocks

This commit is contained in:
wmoxam
2019-10-13 22:28:38 -04:00
committed by Jon Trulson
parent 7f414f5d35
commit e1e2004696
3 changed files with 0 additions and 99 deletions

View File

@@ -232,16 +232,7 @@ init_text(void) /* Setup text strings depending upon language. */
read_str(&buttons[i++].str2, LGET(GETMESSAGE(3, 69, "^h - Bsp"))) ;
/* del */
/* #ifdef hpux */
#ifdef HP_EXTENSIONS
if(v->keybdID == HIL_ITF_KBD)
read_str(&buttons[i++].str2, LGET(GETMESSAGE(3, 512, "clr disp"))) ;
else
read_str(&buttons[i++].str2, LGET(GETMESSAGE(3, 70, "del - Clr"))) ;
#else
read_str(&buttons[i++].str2, LGET(GETMESSAGE(3, 70, "del - Clr"))) ;
#endif
read_str(&buttons[i++].str2, LGET(GETMESSAGE(3, 71, "d"))) ;
read_str(&buttons[i++].str2, LGET(GETMESSAGE(3, 72, "e"))) ;