Revert "Fix compile issue on OSX."

This reverts commit 7cbaeae265.
This commit is contained in:
Seth Hillbrand 2020-07-13 20:19:09 -07:00
parent 90e927f55a
commit af501a7e4e
1 changed files with 1 additions and 5 deletions

View File

@ -53,10 +53,6 @@ public:
// Don't use the passed in accelerator table, create a new empty one
wxMenuBar::SetAcceleratorTable( wxAcceleratorTable() );
}
#ifdef __WXMAC__
void SetDoubleBuffered( bool ) { }
#endif
};
#endif // WX_MENUBAR_H_
#endif // COMMON_WIDGETS_WX_BUSY_INDICATOR__H