diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-01-11 21:00:06 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-01-11 21:00:06 -0500 |
commit | 16d0976150516b17de7a4c20d0e4939a5d6d4237 (patch) | |
tree | b61cf74c66c31881e99b5a032e25e51fb96ed163 /src/nvim/main.c | |
parent | c53852a244fd78bcf11e37ddc94e8a847e80062a (diff) | |
download | rneovim-16d0976150516b17de7a4c20d0e4939a5d6d4237.tar.gz rneovim-16d0976150516b17de7a4c20d0e4939a5d6d4237.tar.bz2 rneovim-16d0976150516b17de7a4c20d0e4939a5d6d4237.zip |
Remove QNX/pterm remnants
The function qnx_init() (wrapped in an ifdef in main.c) doesn't even
exist.
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
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(); |