diff --git a/src/common/platinfo.cpp b/src/common/platinfo.cpp index e091ee44bd..df37e5699e 100644 --- a/src/common/platinfo.cpp +++ b/src/common/platinfo.cpp @@ -235,10 +235,6 @@ wxString wxPlatformInfo::GetOperatingSystemFamilyName(wxOperatingSystemId os) string = wxT("Windows"); else if ( os & wxOS_UNIX ) string = wxT("Unix"); - else if ( os == wxOS_DOS ) - string = wxT("DOS"); - else if ( os == wxOS_OS2 ) - string = wxT("OS/2"); return string; }