X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..4bf45c9ecafa14b167ef0c911a83cd5cc8fba4d2:/include/wx/msw/setup_microwin.h?ds=sidebyside diff --git a/include/wx/msw/setup_microwin.h b/include/wx/msw/setup_microwin.h index aa251e9c81..4f45bccf64 100644 --- a/include/wx/msw/setup_microwin.h +++ b/include/wx/msw/setup_microwin.h @@ -6,7 +6,7 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SETUP_H_ @@ -483,9 +483,6 @@ #define wxUSE_TOOLBAR_NATIVE 0 #define wxUSE_TOOLBAR_SIMPLE 0 -// this setting is obsolete, value is ignored -#define wxUSE_BUTTONBAR 0 - // wxNotebook is a control with several "tabs" located on one of its sides. It // may be used ot logically organise the data presented to the user instead of // putting everything in one huge dialog. It replaces wxTabControl and related