]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
Applied BMP patch.
[wxWidgets.git] / src / gtk / data.cpp
index abf1e939c052fc7c56f34098028a8405474da703..dc6b6523a8562816e30755763106bcb225ee4fc2 100644 (file)
@@ -54,12 +54,6 @@ bool g_isIdle = FALSE;
 /* Message Strings for Internationalization */
 char **wx_msg_str = (char**)NULL;
 
-/* Custom OS version, as optionally placed in wx.ini/.wxrc
- * Currently this can be Win95, Windows, Win32s, WinNT.
- * For some systems, you can't tell until run-time what services you
- * have. See wxGetOsVersion, which uses this string if present. */
-char *wxOsVersion = (char *) NULL;
-
 /* For printing several pages */
 int wxPageNumber;