Revert "Protect SetDoubleBuffered against wx3.1"
This reverts commit 30eef410a9
.
This commit is contained in:
parent
d349b24f7a
commit
90e927f55a
|
@ -54,12 +54,9 @@ public:
|
||||||
wxMenuBar::SetAcceleratorTable( wxAcceleratorTable() );
|
wxMenuBar::SetAcceleratorTable( wxAcceleratorTable() );
|
||||||
}
|
}
|
||||||
|
|
||||||
/// In version 3.1, wxWidgets makes SetDoubleBuffered() a virtual function
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#if !wxCHECK_VERSION( 3, 1, 0 )
|
|
||||||
void SetDoubleBuffered( bool ) { }
|
void SetDoubleBuffered( bool ) { }
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // WX_MENUBAR_H_
|
#endif // WX_MENUBAR_H_
|
||||||
|
|
Loading…
Reference in New Issue