Remove useless wxAuiMSWTabArt::SetSizingInfo() override
No need to have a function which just calls the base class version.
This commit is contained in:
@@ -19,8 +19,6 @@ public:
|
||||
virtual ~wxAuiMSWTabArt();
|
||||
|
||||
wxAuiTabArt* Clone() wxOVERRIDE;
|
||||
void SetSizingInfo(const wxSize& tabCtrlSize,
|
||||
size_t tabCount) wxOVERRIDE;
|
||||
|
||||
void DrawBorder(
|
||||
wxDC& dc,
|
||||
|
||||
@@ -39,13 +39,6 @@ wxAuiTabArt* wxAuiMSWTabArt::Clone()
|
||||
return new wxAuiMSWTabArt(*this);
|
||||
}
|
||||
|
||||
void wxAuiMSWTabArt::SetSizingInfo(const wxSize& tab_ctrl_size,
|
||||
size_t tab_count)
|
||||
{
|
||||
wxAuiGenericTabArt::SetSizingInfo(tab_ctrl_size, tab_count);
|
||||
}
|
||||
|
||||
|
||||
void wxAuiMSWTabArt::DrawBorder(wxDC& dc, wxWindow* wnd, const wxRect& rect)
|
||||
{
|
||||
if ( !IsThemed() )
|
||||
|
||||
Reference in New Issue
Block a user