aboutsummaryrefslogtreecommitdiff
path: root/gui/object.h
diff options
context:
space:
mode:
authorMax Horn2010-03-11 23:41:28 +0000
committerMax Horn2010-03-11 23:41:28 +0000
commit4fc8ebab017a18b83ca82e930f02ceeac6313de7 (patch)
tree6163fdafc910ab046072f3393edbca2ab0341d7d /gui/object.h
parent6e78fdc161501ed6d2be0e4004915b3660623647 (diff)
downloadscummvm-rg350-4fc8ebab017a18b83ca82e930f02ceeac6313de7.tar.gz
scummvm-rg350-4fc8ebab017a18b83ca82e930f02ceeac6313de7.tar.bz2
scummvm-rg350-4fc8ebab017a18b83ca82e930f02ceeac6313de7.zip
GUI: Remove GuiObject::getMillis()
svn-id: r48241
Diffstat (limited to 'gui/object.h')
-rw-r--r--gui/object.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/object.h b/gui/object.h
index d188807a16..1c8bcdfdcc 100644
--- a/gui/object.h
+++ b/gui/object.h
@@ -86,10 +86,6 @@ public:
protected:
virtual void releaseFocus() = 0;
-
- // Convenience alias for OSystem::getMillis().
- // This is a bit hackish, of course :-).
- uint32 getMillis();
};
} // End of namespace GUI