Remove mentions of __WXGTK26__ which is never used any longer.

We require GTK+ 2.6 since r72001, so it doesn't make sense to check whether we
have it -- and in fact we didn't check for it anywhere any more.
This commit is contained in:
Vadim Zeitlin
2015-03-06 13:51:41 +01:00
parent 7653edb34d
commit 90920ca83c
3 changed files with 0 additions and 7 deletions

View File

@@ -59,9 +59,6 @@
/* Define this if your version of GTK+ is greater than 2.0 */
#undef __WXGTK20__
/* Define this if your version of GTK+ is greater than 2.6 */
#undef __WXGTK26__
/* Define this if your version of GTK+ is greater than 2.10 */
#undef __WXGTK210__