aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index eda99eeee2..75f7f8d1dd 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -148,12 +148,10 @@ struct ChangedHotspotStruct {
*/
typedef struct {
int _nCf;
-
int _arg1, _arg2, _arg3, _arg4;
} CfCall;
-typedef CfCall *LpCfCall;
-typedef LpCfCall *LPLPCFCALL;
+typedef CfCall *LpCfCall;
struct CoroutineMutex {
CoroutineMutex() : _eventId(0), _ownerPid(0), _lockCount(0) { }