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

@ -30,7 +30,6 @@ using @ifdef_ and not @if_.
@itemdef{__WXGTK12__, GTK+ 1.2 or higher}
@itemdef{__WXGTK20__, GTK+ 2.0 or higher}
@itemdef{__WXGTK24__, GTK+ 2.4 or higher}
@itemdef{__WXGTK26__, GTK+ 2.6 or higher}
@itemdef{__WXGTK210__, GTK+ 2.10 or higher}
@itemdef{__WXMAC__, old define, same as <tt>__WXOSX__</tt>}
@itemdef{__WXMOTIF__, Motif}

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__

View File

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