Remove CONST_COMPATIBILITY which was never used

It already wasn't used in c801d85f15 (Initial revision, 1998-05-20).
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:24:58 +01:00
parent 67ad244a94
commit e039d78ed3
4 changed files with 0 additions and 34 deletions

View file

@ -786,17 +786,6 @@
*/ */
#cmakedefine01 wxUSE_WEBKIT #cmakedefine01 wxUSE_WEBKIT
/*
* The const keyword is being introduced more in wxWindows.
* You can use this setting to maintain backward compatibility.
* If 0: will use const wherever possible.
* If 1: will use const only where necessary
* for precompiled headers to work.
* If 2: will be totally backward compatible, but precompiled
* headers may not work and program size will be larger.
*/
#define CONST_COMPATIBILITY 0
/* /*
* use the session manager to detect KDE/GNOME * use the session manager to detect KDE/GNOME
*/ */

View file

@ -27,7 +27,6 @@
#endif #endif
#define HAVE_VISIBILITY 1 #define HAVE_VISIBILITY 1
#define wxHAVE_PTHREAD_CLEANUP 1 #define wxHAVE_PTHREAD_CLEANUP 1
#define CONST_COMPATIBILITY 0
#define WX_TIMEZONE timezone #define WX_TIMEZONE timezone
#define WX_SOCKLEN_T socklen_t #define WX_SOCKLEN_T socklen_t
#define SOCKOPTLEN_T socklen_t #define SOCKOPTLEN_T socklen_t

View file

@ -785,17 +785,6 @@
*/ */
#define wxUSE_WEBKIT 0 #define wxUSE_WEBKIT 0
/*
* The const keyword is being introduced more in wxWindows.
* You can use this setting to maintain backward compatibility.
* If 0: will use const wherever possible.
* If 1: will use const only where necessary
* for precompiled headers to work.
* If 2: will be totally backward compatible, but precompiled
* headers may not work and program size will be larger.
*/
#define CONST_COMPATIBILITY 0
/* /*
* use the session manager to detect KDE/GNOME * use the session manager to detect KDE/GNOME
*/ */

View file

@ -872,17 +872,6 @@ typedef pid_t GPid;
*/ */
#define wxUSE_WEBKIT 1 #define wxUSE_WEBKIT 1
/*
* The const keyword is being introduced more in wxWindows.
* You can use this setting to maintain backward compatibility.
* If 0: will use const wherever possible.
* If 1: will use const only where necessary
* for precompiled headers to work.
* If 2: will be totally backward compatible, but precompiled
* headers may not work and program size will be larger.
*/
#define CONST_COMPATIBILITY 0
/* /*
* use the session manager to detect KDE/GNOME * use the session manager to detect KDE/GNOME
*/ */