Revert "Protect SetDoubleBuffered against wx3.1"

This reverts commit 30eef410a9.
This commit is contained in:
Seth Hillbrand 2020-07-13 20:19:04 -07:00
parent d349b24f7a
commit 90e927f55a
1 changed files with 0 additions and 3 deletions

View File

@ -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_