aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-01-13 00:46:17 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-01-13 00:46:17 -0500
commita99d33ad9a6a81400a04712f769180ef700787b4 (patch)
treea9870d5c527270c83f0e45270991d4bbe7a56d30 /src/nvim/main.c
parent9c090e9329679d5659d61f1c3f4fc5452417a027 (diff)
parent16d0976150516b17de7a4c20d0e4939a5d6d4237 (diff)
downloadrneovim-a99d33ad9a6a81400a04712f769180ef700787b4.tar.gz
rneovim-a99d33ad9a6a81400a04712f769180ef700787b4.tar.bz2
rneovim-a99d33ad9a6a81400a04712f769180ef700787b4.zip
Merge pull request #1801 from Pyrohh/qnx_cleanup
Remove QNX/pterm remnants
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c4
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();