]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup_microwin.h
adding missing closing bracket
[wxWidgets.git] / include / wx / msw / setup_microwin.h
index 4d0ffb91c6140fdb31ee66ba78490983ff03d5d0..4f45bccf6453b9f0dfc546d991a6b1cb53d408cd 100644 (file)
 #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