X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..a81f30662b64fd900dacda249d3304c45eb32a53:/src/common/ctrlcmn.cpp diff --git a/src/common/ctrlcmn.cpp b/src/common/ctrlcmn.cpp index 4bddbffcea..9c9714914b 100644 --- a/src/common/ctrlcmn.cpp +++ b/src/common/ctrlcmn.cpp @@ -45,10 +45,6 @@ // implementation // ============================================================================ -wxControlBase::wxControlBase() -{ -} - wxControlBase::~wxControlBase() { // this destructor is required for Darwin @@ -105,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)