fixed compilation warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -626,8 +626,6 @@ wxSize wxWindowBase::DoGetVirtualSize() const
|
|||||||
|
|
||||||
return wxSize( wxMax( m_virtualSize.GetWidth(), s.GetWidth() ),
|
return wxSize( wxMax( m_virtualSize.GetWidth(), s.GetWidth() ),
|
||||||
wxMax( m_virtualSize.GetHeight(), s.GetHeight() ) );
|
wxMax( m_virtualSize.GetHeight(), s.GetHeight() ) );
|
||||||
|
|
||||||
return s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user