Remove QNX/pterm remnants

The function qnx_init() (wrapped in an ifdef in main.c) doesn't even
exist.
This commit is contained in:
Michael Reed
2015-01-11 21:00:06 -05:00
parent c53852a244
commit 16d0976150
7 changed files with 3 additions and 28 deletions

View File

@@ -149,10 +149,6 @@ void early_init(void)
(void)mb_init(); // init mb_bytelen_tab[] to ones
eval_init(); // init global variables
#ifdef __QNXNTO__
qnx_init(); // PhAttach() for clipboard, (and gui)
#endif
// Init the table of Normal mode commands.
init_normal_cmds();