X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..974e8d946f30af2bd79b9029d1d2fb9e0d5b2dd4:/src/gtk1/frame.cpp diff --git a/src/gtk1/frame.cpp b/src/gtk1/frame.cpp index 7cbd3ec7d2..3098d050c0 100644 --- a/src/gtk1/frame.cpp +++ b/src/gtk1/frame.cpp @@ -615,7 +615,6 @@ void wxFrame::DoGetClientSize( int *width, int *height ) const #if wxUSE_TOOLBAR /* tool bar */ -/* if (m_frameToolBar) { if (!m_toolBarDetached) @@ -627,7 +626,6 @@ void wxFrame::DoGetClientSize( int *width, int *height ) const else (*height) -= wxPLACE_HOLDER; } -*/ #endif /* mini edge */ @@ -661,7 +659,6 @@ void wxFrame::DoSetClientSize( int width, int height ) #if wxUSE_TOOLBAR /* tool bar */ -/* if (m_frameToolBar) { if (!m_toolBarDetached) @@ -673,7 +670,6 @@ void wxFrame::DoSetClientSize( int width, int height ) else height += wxPLACE_HOLDER; } -*/ #endif DoSetSize( -1, -1, width + m_miniEdge*2, height + m_miniEdge*2 + m_miniTitle, 0 );