mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Remove no longer used DISPOSE flag from CIntObject
This commit is contained in:
@@ -534,7 +534,6 @@ bool CGarrisonSlot::handleSplittingShortcuts()
|
||||
void CGarrisonInt::addSplitBtn(std::shared_ptr<CButton> button)
|
||||
{
|
||||
addChild(button.get());
|
||||
button->recActions &= ~DISPOSE;
|
||||
splitButtons.push_back(button);
|
||||
button->block(getSelection() == nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user