From 85be35f33ea848b50e84d57321a45ebfedfad669 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 27 Jan 2016 21:08:18 +0100 Subject: patch 7.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. --- src/netbeans.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/netbeans.c') 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. * -- cgit v1.2.1