Remove wxPM, wxWidgets port to OS/2.
This port is not used and is not being worked on, so remove it to reduce the amount of the code which needs to be updated for every global change. Also remove tests for VisualAge compiler which isn't used since ages. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -786,7 +786,7 @@ void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding_)
|
||||
// format there anyhow (but there is a well-defined standard for X11 fonts used
|
||||
// by wxGTK and wxMotif)
|
||||
|
||||
#if defined(wxNO_NATIVE_FONTINFO) || defined(__WXMSW__) || defined (__WXPM__) || defined(__WXOSX__)
|
||||
#if defined(wxNO_NATIVE_FONTINFO) || defined(__WXMSW__) || defined(__WXOSX__)
|
||||
|
||||
wxString wxNativeFontInfo::ToUserString() const
|
||||
{
|
||||
@@ -1106,7 +1106,7 @@ bool wxNativeFontInfo::FromUserString(const wxString& s)
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif // generic or wxMSW or wxOS2
|
||||
#endif // generic or wxMSW
|
||||
|
||||
|
||||
// wxFont <-> wxString utilities, used by wxConfig
|
||||
|
||||
Reference in New Issue
Block a user