From 9d6af45877da86a55d9398f8233213f4d48191fe Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 15 Jan 2017 09:29:04 -0500 Subject: TITANIC: Removal of un-used fields to reduce Buildbot warnings Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future --- engines/titanic/support/mouse_cursor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/titanic/support') diff --git a/engines/titanic/support/mouse_cursor.h b/engines/titanic/support/mouse_cursor.h index d61e5fe0bc..cd5e49fb90 100644 --- a/engines/titanic/support/mouse_cursor.h +++ b/engines/titanic/support/mouse_cursor.h @@ -70,7 +70,6 @@ private: int _hiddenCount; bool _cursorSuppressed; int _fieldE8; - uint32 _priorMoveTime; Common::Point _moveStartPos; Common::Point _moveDestPos; uint _moveStartTime, _moveEndTime; -- cgit v1.2.3