From 90e927f55ac6460134536774116d4c7fe10427d8 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 13 Jul 2020 20:19:04 -0700 Subject: [PATCH] Revert "Protect SetDoubleBuffered against wx3.1" This reverts commit 30eef410a98169d02df83a9a8865947d52c6265a. --- include/widgets/wx_menubar.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/widgets/wx_menubar.h b/include/widgets/wx_menubar.h index 3268228c9b..538d009eab 100644 --- a/include/widgets/wx_menubar.h +++ b/include/widgets/wx_menubar.h @@ -54,12 +54,9 @@ public: wxMenuBar::SetAcceleratorTable( wxAcceleratorTable() ); } -/// In version 3.1, wxWidgets makes SetDoubleBuffered() a virtual function #ifdef __WXMAC__ -#if !wxCHECK_VERSION( 3, 1, 0 ) void SetDoubleBuffered( bool ) { } #endif -#endif }; #endif // WX_MENUBAR_H_