Fix wxOSX warnings about unused variables.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2014-05-19 17:23:06 +00:00
parent 7a25cf4932
commit 32084ab7ce
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 ;
@@ -449,6 +446,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
//