]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused variables
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 19 Apr 2003 08:13:29 +0000 (08:13 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 19 Apr 2003 08:13:29 +0000 (08:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/listbox.cpp
src/mac/carbon/menu.cpp
src/mac/listbox.cpp
src/mac/menu.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
index 417240fc0968f99b553ad42ba4cf74bf971006a8..1739308b03c6abd7619b1bc4cf350552d122bdaa 100644 (file)
@@ -544,7 +544,6 @@ void wxMenuBar::MacInstallMenuBar()
 #endif
        for (size_t i = 0; i < m_menus.GetCount(); i++)
       {
-        Str255     label;
         wxMenuItemList::Node *node;
         wxMenuItem *item;
         int pos ;
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
index 417240fc0968f99b553ad42ba4cf74bf971006a8..1739308b03c6abd7619b1bc4cf350552d122bdaa 100644 (file)
@@ -544,7 +544,6 @@ void wxMenuBar::MacInstallMenuBar()
 #endif
        for (size_t i = 0; i < m_menus.GetCount(); i++)
       {
-        Str255     label;
         wxMenuItemList::Node *node;
         wxMenuItem *item;
         int pos ;