s_macSupportPCMenuShortcuts no longer exists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -323,11 +323,7 @@ void wxPyApp::MacReopenApp()
|
||||
|
||||
/*static*/
|
||||
bool wxPyApp::GetMacSupportPCMenuShortcuts() {
|
||||
#ifdef __WXMAC__
|
||||
return s_macSupportPCMenuShortcuts;
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*static*/
|
||||
@@ -367,10 +363,7 @@ wxString wxPyApp::GetMacHelpMenuTitleName() {
|
||||
}
|
||||
|
||||
/*static*/
|
||||
void wxPyApp::SetMacSupportPCMenuShortcuts(bool val) {
|
||||
#ifdef __WXMAC__
|
||||
s_macSupportPCMenuShortcuts = val;
|
||||
#endif
|
||||
void wxPyApp::SetMacSupportPCMenuShortcuts(bool) {
|
||||
}
|
||||
|
||||
/*static*/
|
||||
|
Reference in New Issue
Block a user