diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-27 21:08:18 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-27 21:08:18 +0100 |
commit | 85be35f33ea848b50e84d57321a45ebfedfad669 (patch) | |
tree | 4050b6acf9cc67bb16118cd680ae7a482bf83701 /src/netbeans.c | |
parent | 4a1314cb9c1847dc32ceeb3eebeae123ef10b16e (diff) | |
download | vim-git-85be35f33ea848b50e84d57321a45ebfedfad669.tar.gz |
patch 7.4.1187v7.4.1187
Problem: MS-Windows channel code only supports one channel. Doesn't build
without netbeans support.
Solution: Get the channel index from the socket in the message. Closes #600.
Diffstat (limited to 'src/netbeans.c')
-rw-r--r-- | src/netbeans.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/netbeans.c b/src/netbeans.c index 09d3d9bc0..0db0eaa3e 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -427,14 +427,6 @@ netbeans_parse_messages(void) } } -/* TODO: remove */ - void -netbeans_read() -{ - if (nb_channel_idx >= 0) - channel_read(nb_channel_idx); -} - /* * Handle one NUL terminated command. * |