removed unused variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -221,7 +221,6 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
|
|||||||
Str255 fontName ;
|
Str255 fontName ;
|
||||||
SInt16 fontSize ;
|
SInt16 fontSize ;
|
||||||
Style fontStyle ;
|
Style fontStyle ;
|
||||||
SInt16 fontNum ;
|
|
||||||
#if TARGET_CARBON
|
#if TARGET_CARBON
|
||||||
GetThemeFont(kThemeViewsFont , GetApplicationScript() , fontName , &fontSize , &fontStyle ) ;
|
GetThemeFont(kThemeViewsFont , GetApplicationScript() , fontName , &fontSize , &fontStyle ) ;
|
||||||
#else
|
#else
|
||||||
|
@@ -544,7 +544,6 @@ void wxMenuBar::MacInstallMenuBar()
|
|||||||
#endif
|
#endif
|
||||||
for (size_t i = 0; i < m_menus.GetCount(); i++)
|
for (size_t i = 0; i < m_menus.GetCount(); i++)
|
||||||
{
|
{
|
||||||
Str255 label;
|
|
||||||
wxMenuItemList::Node *node;
|
wxMenuItemList::Node *node;
|
||||||
wxMenuItem *item;
|
wxMenuItem *item;
|
||||||
int pos ;
|
int pos ;
|
||||||
|
@@ -221,7 +221,6 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
|
|||||||
Str255 fontName ;
|
Str255 fontName ;
|
||||||
SInt16 fontSize ;
|
SInt16 fontSize ;
|
||||||
Style fontStyle ;
|
Style fontStyle ;
|
||||||
SInt16 fontNum ;
|
|
||||||
#if TARGET_CARBON
|
#if TARGET_CARBON
|
||||||
GetThemeFont(kThemeViewsFont , GetApplicationScript() , fontName , &fontSize , &fontStyle ) ;
|
GetThemeFont(kThemeViewsFont , GetApplicationScript() , fontName , &fontSize , &fontStyle ) ;
|
||||||
#else
|
#else
|
||||||
|
@@ -544,7 +544,6 @@ void wxMenuBar::MacInstallMenuBar()
|
|||||||
#endif
|
#endif
|
||||||
for (size_t i = 0; i < m_menus.GetCount(); i++)
|
for (size_t i = 0; i < m_menus.GetCount(); i++)
|
||||||
{
|
{
|
||||||
Str255 label;
|
|
||||||
wxMenuItemList::Node *node;
|
wxMenuItemList::Node *node;
|
||||||
wxMenuItem *item;
|
wxMenuItem *item;
|
||||||
int pos ;
|
int pos ;
|
||||||
|
Reference in New Issue
Block a user