]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/notebmac.cpp
corrected generation of all event members (client data) and implemented DoGetBestSize
[wxWidgets.git] / src / mac / notebmac.cpp
index 2f8f53b786566e1cf45d5484979d7414e27f54ce..908cef7b5f8b7aa1c578b544616f870643d94227 100644 (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];