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:
Gilles Depeyrot
2003-04-19 08:13:29 +00:00
parent 692db919db
commit 06ea1f023e
4 changed files with 0 additions and 4 deletions

View 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

View 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 ;

View 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

View 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 ;