mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 20:20:42 +00:00
Remove QNX/pterm remnants
The function qnx_init() (wrapped in an ifdef in main.c) doesn't even exist.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user