GUI: Remove GuiObject::getMillis()
svn-id: r48241
This commit is contained in:
parent
6e78fdc161
commit
4fc8ebab01
8 changed files with 14 additions and 22 deletions
|
@ -40,10 +40,6 @@ GuiObject::~GuiObject() {
|
|||
_firstWidget = 0;
|
||||
}
|
||||
|
||||
uint32 GuiObject::getMillis() {
|
||||
return g_system->getMillis();
|
||||
}
|
||||
|
||||
void GuiObject::reflowLayout() {
|
||||
if (!_name.empty()) {
|
||||
if (!g_gui.xmlEval()->getWidgetData(_name, _x, _y, _w, _h)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue