mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
cleanup
svn-id: r48240
This commit is contained in:
parent
77fc15ce82
commit
6e78fdc161
@ -440,7 +440,7 @@ void GuiManager::animateCursor() {
|
||||
bool GuiManager::checkScreenChange() {
|
||||
int tmpScreenChangeID = _system->getScreenChangeID();
|
||||
if (_lastScreenChangeID != tmpScreenChangeID) {
|
||||
GuiManager::screenChange();
|
||||
screenChange();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
@ -120,8 +120,6 @@ public:
|
||||
virtual bool handleKeyUp(Common::KeyState state) { return false; } // Return true if the event was handled
|
||||
virtual void handleTickle() {}
|
||||
|
||||
virtual void reflowLayout() { GuiObject::reflowLayout(); }
|
||||
|
||||
void draw();
|
||||
void receivedFocus() { _hasFocus = true; receivedFocusWidget(); }
|
||||
void lostFocus() { _hasFocus = false; lostFocusWidget(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user