From 06ea1f023e3f0b4318b3d44dcd15c304b7306025 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 19 Apr 2003 08:13:29 +0000 Subject: [PATCH] removed unused variables git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/listbox.cpp | 1 - src/mac/carbon/menu.cpp | 1 - src/mac/listbox.cpp | 1 - src/mac/menu.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/src/mac/carbon/listbox.cpp b/src/mac/carbon/listbox.cpp index 87757f7..0cc15e7 100644 --- a/src/mac/carbon/listbox.cpp +++ b/src/mac/carbon/listbox.cpp @@ -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 diff --git a/src/mac/carbon/menu.cpp b/src/mac/carbon/menu.cpp index 417240f..1739308 100644 --- a/src/mac/carbon/menu.cpp +++ b/src/mac/carbon/menu.cpp @@ -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 ; diff --git a/src/mac/listbox.cpp b/src/mac/listbox.cpp index 87757f7..0cc15e7 100644 --- a/src/mac/listbox.cpp +++ b/src/mac/listbox.cpp @@ -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 diff --git a/src/mac/menu.cpp b/src/mac/menu.cpp index 417240f..1739308 100644 --- a/src/mac/menu.cpp +++ b/src/mac/menu.cpp @@ -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 ; -- 2.7.4