Remove WXWIN_OS_DESCRIPTION.

This constant wasn't very useful as it contained the description of the OS on
the machine where the library was built, not the one on which the application
using it was running. It also wasn't used anywhere in wxWidgets and apparently
wasn't meant to be used outside of it.

Finally, putting the output of `uname -r` into it created problems with
creating reproducible builds as just a change in the kernel version changed
the build results.

Closes #17002.
This commit is contained in:
Olly Betts
2015-05-22 02:27:27 +02:00
committed by Vadim Zeitlin
parent aa4811cdbb
commit ecf85bf4cb
9 changed files with 5 additions and 38 deletions

View File

@@ -122,7 +122,6 @@
#define HAVE_LOCALE_T 1
#define wxHAS_KQUEUE 1
#define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh"
#define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org"
#define PACKAGE_NAME "wxWidgets"
#define PACKAGE_STRING "wxWidgets 3.1.0"