mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Remove largely unused defActions member from CIntObject
This commit is contained in:
@ -339,7 +339,6 @@ Rect CMultiLineLabel::getTextLocation()
|
||||
CLabelGroup::CLabelGroup(EFonts Font, ETextAlignment Align, const ColorRGBA & Color)
|
||||
: font(Font), align(Align), color(Color)
|
||||
{
|
||||
defActions = 255 - DISPOSE;
|
||||
}
|
||||
|
||||
void CLabelGroup::add(int x, int y, const std::string & text)
|
||||
|
Reference in New Issue
Block a user