no wxToolBarSimple

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-08-17 10:35:43 +00:00
parent 0e0d594d1a
commit 1359768207

View File

@ -517,17 +517,6 @@
*/
#define wxUSE_TOOLBAR_NATIVE 0
/*
* Use generic wxToolBar instead of/together with the native one?
*/
#define wxUSE_TOOLBAR_SIMPLE 0
#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
#if wxUSE_TOOLBAR
#define wxUSE_BUTTONBAR 1
#endif
#endif
/*
* Use wxTreeLayout class
*/