]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
fixed MSVC6 compiler warning
[wxWidgets.git] / include / wx / msw / setup0.h
index 4aa759cf35641ac763c47a8cc37359e1971682eb..c58f70ebeec4d1858c202afae0a525869338d5cb 100644 (file)
 #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