Get rid of wxRA_LEFTTORIGHT and wxRA_TOPTOBOTTOM styles

This was only used in wxUniv, wxRA_SPECIFY_[COLS/ROWS] can be used instead.
Do not remove them from the definitions, to not break user code.

Closes #18100.
This commit is contained in:
Maarten Bent
2019-01-27 14:48:48 +01:00
parent 4fc38bc2c7
commit a377f0e5f0
4 changed files with 7 additions and 78 deletions

View File

@@ -1568,9 +1568,8 @@ enum wxBorder
/*
* wxRadioBox style flags
* These styles are not used in any port.
*/
/* should we number the items from left to right or from top to bottom in a 2d */
/* radiobox? */
#define wxRA_LEFTTORIGHT 0x0001
#define wxRA_TOPTOBOTTOM 0x0002