diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:23:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:23:07 +0000 |
commit | 35a9aaab4a2171821f5a19acaa99015818daba07 (patch) | |
tree | 58dddbd986eedf3e523c8ed5285b08c1d61fdada /src/gui_x11.c | |
parent | 009b2592f7488286f286484b7f389e36fffa4bd9 (diff) | |
download | vim-git-35a9aaab4a2171821f5a19acaa99015818daba07.tar.gz |
updated for version 7.0020v7.0020
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r-- | src/gui_x11.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c index 7087e0208..e57bb9279 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c @@ -1540,10 +1540,6 @@ gui_mch_init() if (usingSunWorkShop) workshop_connect(app_context); #endif -#ifdef FEAT_NETBEANS_INTG - if (usingNetbeans) - netbeans_Xt_connect(app_context); -#endif #ifdef FEAT_BEVAL gui_init_tooltip_font(); |