X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d2d8da1d89c195cb44f95f267989118e205c7bf..6ba636000f13b4bf7d3e7dcfad429713085f6700:/src/gtk1/data.cpp?ds=inline

diff --git a/src/gtk1/data.cpp b/src/gtk1/data.cpp
index abf1e939c0..dc6b6523a8 100644
--- a/src/gtk1/data.cpp
+++ b/src/gtk1/data.cpp
@@ -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;