]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/utils.cpp
fixed event generation for wxComboBox to be consistent with the other platforms and...
[wxWidgets.git] / src / mgl / utils.cpp
index 563089b2f591a6a329759bb26a6bcf55efd16f95..fd2e5c63c73e0c0417e432908cffb3bd905a6c1e 100644 (file)
@@ -90,27 +90,6 @@ int wxDisplayDepth()
     return g_displayDC->getBitsPerPixel();
 }
 
-wxString wxGetOsDescription()
-{
-    wxString osname(
-
-#if defined(__UNIX__)
-        _T("Unix")
-#elif defined(__OS2__)
-        _T("OS/2")
-#elif defined(__WIN32__)
-        _T("Windows")
-#elif defined(__DOS__)
-        _T("DOS")
-#else
-        _T("unknown")
-#endif
-
-    );
-
-    return osname;
-}
-
 #if wxUSE_GUI
 
 wxToolkitInfo& wxGUIAppTraits::GetToolkitInfo()