]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
switching to safe yields, because we got into loops when handling print document...
[wxWidgets.git] / src / mac / listbox.cpp
index 343420363ca17e040c31599b02c612f6fd27af06..5c3dc855d0687f45cd9614cd1fe2db37328014b5 100644 (file)
@@ -224,7 +224,6 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
     Str255 fontName ;
     SInt16 fontSize ;
     Style fontStyle ;
-       SInt16 fontNum ;
 #if TARGET_CARBON
        GetThemeFont(kThemeViewsFont , GetApplicationScript() , fontName , &fontSize , &fontStyle ) ;
 #else
@@ -650,7 +649,6 @@ wxSize wxListBox::DoGetBestSize() const
 
        {
                wxMacPortStateHelper st( UMAGetWindowPort( (WindowRef) MacGetRootWindow() ) ) ; 
-               Rect drawRect ;
 
                wxFontRefData * font = (wxFontRefData*) m_font.GetRefData() ;