From 13597682075470be32a7a03f2dba8201c804f06f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 17 Aug 2003 10:35:43 +0000 Subject: [PATCH] no wxToolBarSimple git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 11 ----------- 1 file changed, 11 deletions(-) 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 */ -- 2.45.2