]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
Fix page positioning when the tabs are on a side different than
[wxWidgets.git] / src / mac / listbox.cpp
index 87757f78e229fd29a302163989844c9de0cde8f5..0cc15e774f43ae8f9520207ca96ce844837638b1 100644 (file)
@@ -221,7 +221,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