Fix wxOSX warnings about unused variables.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2014-05-19 17:23:24 +00:00
parent d418a98f28
commit c69fc1f366
2 changed files with 3 additions and 5 deletions

View File

@@ -65,9 +65,6 @@ BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
END_EVENT_TABLE()
// platform specific static variables
static const short kwxMacAppleMenuId = 1 ;
wxWindow* wxApp::s_captureWindow = NULL ;
long wxApp::s_lastModifiers = 0 ;
@@ -445,6 +442,9 @@ bool wxApp::OSXOnShouldTerminate()
#if wxOSX_USE_CARBON
// platform specific static variables
static const short kwxMacAppleMenuId = 1 ;
struct IdPair
{
UInt32 macId ;

View File

@@ -108,8 +108,6 @@ extern "C"
const double M_PI = 3.14159265358979;
#endif
static const double RAD2DEG = 180.0 / M_PI;
//
// Pen, Brushes and Fonts
//