1
0
forked from aniani/vim

patch 8.0.0276: unnecessary #ifdefs

Problem:    Checking for FEAT_GUI_GNOME inside GTK 3 code is unnecessary.
Solution:   Remove the #ifdef. (Kazunobu Kuriyama)
This commit is contained in:
Bram Moolenaar
2017-02-01 11:50:09 +01:00
parent e3caa11090
commit 3954e3c4b5
2 changed files with 2 additions and 8 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
276,
/**/
275,
/**/