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:
Neo Kim 2015-07-02 11:50:50 +09:00
parent 6550a9ccc2
commit c4aa5a6274
1 changed files with 0 additions and 7 deletions

View File

@ -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;
};
}