diff options
Diffstat (limited to 'src/gui_gtk_x11.c')
-rw-r--r-- | src/gui_gtk_x11.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c index bc727733f..6d6d55d09 100644 --- a/src/gui_gtk_x11.c +++ b/src/gui_gtk_x11.c @@ -3309,11 +3309,6 @@ gui_mch_init(void) /* Pretend we don't have input focus, we will get an event if we do. */ gui.in_focus = FALSE; -#ifdef FEAT_NETBEANS_INTG - if (usingNetbeans) - netbeans_gtk_connect(); -# endif - return OK; } |