summaryrefslogtreecommitdiffstats
path: root/src/netbeans.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-27 21:08:18 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-27 21:08:18 +0100
commit85be35f33ea848b50e84d57321a45ebfedfad669 (patch)
tree4050b6acf9cc67bb16118cd680ae7a482bf83701 /src/netbeans.c
parent4a1314cb9c1847dc32ceeb3eebeae123ef10b16e (diff)
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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/netbeans.c b/src/netbeans.c
index 09d3d9bc0c..0db0eaa3e3 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.
*