Removed wxGUIAppTraits::GetOSVersion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-08-03 04:06:09 +00:00
parent e22958052d
commit 2a1d0b8ebc

View File

@@ -49,15 +49,6 @@ void wxClientDisplayRect(int *x,int *y,int *width,int *height)
*height=768;
}
int wxGUIAppTraits::GetOSVersion(int *verMaj, int *verMin)
{
if(verMaj)
*verMaj=0;
if(verMin)
*verMin=0;
return 0;
}
// Return TRUE if we have a colour display
bool wxColourDisplay()
{