compilation warnings fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-01 15:16:07 +00:00
parent 550e6c014c
commit 5be55d562f
14 changed files with 144 additions and 128 deletions

View File

@@ -325,8 +325,6 @@ bool wxToolBar::Realize()
node = node->GetNext();
}
int separatorSize = GetToolSize().x / 4 ;
node = m_tools.GetFirst();
while (node)
{