misc gcc compilation warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-12-15 22:30:49 +00:00
parent 14ac4f3c54
commit 7baf4bdbb6
9 changed files with 6 additions and 16 deletions

View File

@@ -355,7 +355,6 @@ void wxNotebook::MacSetupTabs()
wxNotebookPage *page;
ControlTabInfoRec info;
OSStatus err = noErr ;
for(int ii = 0; ii < GetPageCount(); ii++)
{
page = m_pages[ii];