]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
add compilation options to allow compiling in just the selected wxUniv themes and...
[wxWidgets.git] / wxPython / src / helpers.cpp
index e7326368cee096856ab8e8d754960ce2185c9231..eee5e107f69ae043878fdcba967027b7420fa710 100644 (file)
@@ -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*/