From 77c604d3ffaaa0e3e9c572e820aa68fa8b2d7492 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 10 Jul 2012 13:41:14 +0200 Subject: updated for version 7.3.593 Problem: No easy way to decide if b:browsefilter will work. Solution: Add the browsefilter feature. --- src/gui_gtk.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui_gtk.c') diff --git a/src/gui_gtk.c b/src/gui_gtk.c index c62201e227..4b63d513de 100644 --- a/src/gui_gtk.c +++ b/src/gui_gtk.c @@ -779,9 +779,6 @@ gui_mch_destroy_scrollbar(scrollbar_T *sb) /* * Implementation of the file selector related stuff */ -#if GTK_CHECK_VERSION(2,4,0) -# define USE_FILE_CHOOSER -#endif #ifndef USE_FILE_CHOOSER static void -- cgit v1.2.3