X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f6475c145b713efc0c3d8b482338438e927b763..fdc62f44622dfcfea2f43910478fe5bb8ac0e938:/include/wx/combobox.h diff --git a/include/wx/combobox.h b/include/wx/combobox.h index c4ce9f63da..6b361163ea 100644 --- a/include/wx/combobox.h +++ b/include/wx/combobox.h @@ -16,15 +16,6 @@ #if wxUSE_COMBOBOX -/* - * wxComboBox style flags - */ -#define wxCB_SIMPLE 0x0004 -#define wxCB_SORT 0x0008 -#define wxCB_READONLY 0x0010 -#define wxCB_DROPDOWN 0x0020 -#define wxCB_FILENAME 0x0040 - extern WXDLLEXPORT_DATA(const wxChar) wxComboBoxNameStr[]; // ----------------------------------------------------------------------------