From 16d0976150516b17de7a4c20d0e4939a5d6d4237 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sun, 11 Jan 2015 21:00:06 -0500 Subject: Remove QNX/pterm remnants The function qnx_init() (wrapped in an ifdef in main.c) doesn't even exist. --- src/nvim/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nvim/main.c') diff --git a/src/nvim/main.c b/src/nvim/main.c index 1f6c8ddc81..f063cc1238 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -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(); -- cgit