X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b8f917c3007b1776f55cba6b71843b83d412bf3..02b7b6b072762ff1e02950109a751815ac7429fd:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 4884bcaae1..b5f6058a59 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -524,9 +524,6 @@ #define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 1 -// this setting is obsolete, value is ignored -#define wxUSE_BUTTONBAR 1 - // 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