From 2fe018ab888010335ad8fc041522e2aff66c67a1 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Mon, 17 Mar 2014 11:05:41 +0100 Subject: Remove netbeans and sun workshop --- src/misc1.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/misc1.c') diff --git a/src/misc1.c b/src/misc1.c index ea3763f929..0dd6e2766b 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -1710,10 +1710,7 @@ del_bytes ( /* * If the old line has been allocated the deletion can be done in the - * existing line. Otherwise a new line has to be allocated - * Can't do this when using Netbeans, because we would need to invoke - * netbeans_removed(), which deallocates the line. Let ml_replace() take - * care of notifying Netbeans. + * existing line. Otherwise a new line has to be allocated. */ was_alloced = ml_line_alloced(); /* check if oldp was allocated */ if (was_alloced) -- cgit