Remove duplicated comment for wxAUI_ORIENTATION_MASK

This comment was for wxAUI_TB_TEXT and didn't make sense here.

Leave wxAUI_ORIENTATION_MASK itself just in case anything relies on it
being here.
This commit is contained in:
Vadim Zeitlin
2025-12-03 00:48:25 +01:00
parent f1dc5743d0
commit b571c19b9c
+4 -2
View File
@@ -124,8 +124,10 @@ enum wxAuiToolBarStyle
wxAUI_TB_ROTATE_ICON_WITH_TEXT = 1 << 11,
/**
Shows the text in the toolbar buttons; by default only icons are shown.
*/
Mask including both orientation flags.
This value can't be used as a style.
*/
wxAUI_ORIENTATION_MASK = (wxAUI_TB_VERTICAL | wxAUI_TB_HORIZONTAL),
/**