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

@ -785,17 +785,6 @@
*/
#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
*/