diff --git a/src/common/ctrlcmn.cpp b/src/common/ctrlcmn.cpp index ec97111188..9c9714914b 100644 --- a/src/common/ctrlcmn.cpp +++ b/src/common/ctrlcmn.cpp @@ -101,15 +101,6 @@ void wxControlBase::InheritAttributes() SetBackgroundColour(parent->GetBackgroundColour()); SetForegroundColour(parent->GetForegroundColour()); } - -#ifdef __WXPM__ - // - // All OS/2 ctrls use the small font - // - SetFont(*wxSMALL_FONT); -#else - SetFont(GetParent()->GetFont()); -#endif } void wxControlBase::Command(wxCommandEvent& event)