diff --git a/setup.h.in b/setup.h.in index 3a3c6e9cab..a006bec104 100644 --- a/setup.h.in +++ b/setup.h.in @@ -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 */