mirror of https://github.com/axmolengine/axmol.git
Remove the code related to becoming parent node of radio buttons. Radio button group is not a parent node of radio buttons anymore.
This commit is contained in:
parent
6550a9ccc2
commit
c4aa5a6274
|
@ -203,13 +203,6 @@ protected:
|
|||
RadioButton* _selectedRadioButton;
|
||||
bool _allowedNoSelection;
|
||||
|
||||
private:
|
||||
// Following methods are forbidden. Please use addRadioButton(), removeRadioButton() instead.
|
||||
using Widget::addChild;
|
||||
using Widget::addProtectedChild;
|
||||
using Widget::removeChild;
|
||||
using Widget::removeProtectedChild;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue