Remove wxGTK1 port and GPE support
Remove the port files and references to it from the common headers and elsewhere. Also remove GPE (GNOME PDA Environment) support as libgpewidget is unmaintained since 2006 or so and has never been really used. Use __WXGTK__ to test for any version of wxGTK now. Still define __WXGTK20__ for compatibility, but always define it now and don't test for it in the library code.
This commit is contained in:
parent
0ef1cdcc21
commit
fb4f0b590c
405 changed files with 828 additions and 43064 deletions
|
|
@ -32,8 +32,8 @@
|
|||
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
||||
/* Define this if your version of GTK+ is greater than 1.2.7 */
|
||||
#undef __WXGTK127__
|
||||
/* Define if using GTK. */
|
||||
#undef __WXGTK__
|
||||
|
||||
/* Define this if your version of GTK+ is greater than 2.0 */
|
||||
#undef __WXGTK20__
|
||||
|
|
@ -53,9 +53,6 @@
|
|||
/* Define this if your version of GTK+ is >= 3.90.0 */
|
||||
#undef __WXGTK4__
|
||||
|
||||
/* Define this if you want to use GPE features */
|
||||
#undef __WXGPE__
|
||||
|
||||
/*
|
||||
* Define to 1 for Unix[-like] system
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue