Removed wxGetOsVersion stub. It's now handled by utilscmn.cpp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-06-27 23:40:06 +00:00
parent 546a7e42a2
commit c7b296c2f9

View File

@@ -44,12 +44,6 @@ void wxClientDisplayRect(int *x,int *y,int *width,int *height)
*height=768;
}
int wxGetOsVersion(int *majorVsn, int *minorVsn)
{
// TODO
return 0;
}
// Return TRUE if we have a colour display
bool wxColourDisplay()
{