summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-10-24 19:18:58 +0000
committerBram Moolenaar <Bram@vim.org>2004-10-24 19:18:58 +0000
commit009b2592f7488286f286484b7f389e36fffa4bd9 (patch)
treec73d489697594d2c1216168f9bfb8763caed31f7 /src/gui_w32.c
parent47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (diff)
updated for version 7.0020
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index ef20a28c66..0afa12de26 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -1224,10 +1224,6 @@ gui_mch_init(void)
s_findrep_struct.wFindWhatLen = MSWIN_FR_BUFSIZE;
s_findrep_struct.wReplaceWithLen = MSWIN_FR_BUFSIZE;
#endif
-#ifdef FEAT_NETBEANS_INTG
- if (usingNetbeans)
- netbeans_w32_connect();
-#endif
return OK;
}