Move to hotfix: 287c1142e5ea

This commit is contained in:
kaetemi 2014-12-22 14:08:29 +01:00
parent 9a61380b37
commit f146593561
2 changed files with 0 additions and 10 deletions

View file

@ -51,7 +51,6 @@ namespace NLGUI
// Init part
virtual bool parse (xmlNodePtr cur,CInterfaceGroup * parentGroup);
virtual void checkCoords();
virtual void updateCoords();
virtual uint32 getMemory() { return (uint32)(sizeof(*this)+_Id.size()); }

View file

@ -868,15 +868,6 @@ namespace NLGUI
}
}
// ***************************************************************************
void CCtrlTextButton::checkCoords()
{
if( _ViewText != NULL )
_ViewText->checkCoords();
CCtrlBaseButton::checkCoords();
}
// ***************************************************************************
void CCtrlTextButton::updateCoords()