commit | 3954e3c4b5d2bfda4c481c076fbc39ab06be7639 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 11:50:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 11:50:09 2017 +0100 |
tree | 62a82a908bf72e13ed8f7d0377346a0501a4264f | |
parent | e3caa1109072b9655f8d5103c92efd73177f8577 [diff] [blame] |
patch 8.0.0276: unnecessary #ifdefs Problem: Checking for FEAT_GUI_GNOME inside GTK 3 code is unnecessary. Solution: Remove the #ifdef. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index d8b82a8..8aeb688 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 276, +/**/ 275, /**/ 274,