aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 849a78e284..f28749d448 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -150,8 +150,6 @@ public:
int _length;
bool _reversed;
-
- volatile int16 _locked;
};
#define kCryoMaxChSounds 10
@@ -177,7 +175,6 @@ public:
};
void SysBeep(int x);
-int32 TickCount();
void FlushEvents(int16 arg1, int16 arg2);
void CLBlitter_CopyViewRect(View *view1, View *view2, Common::Rect *rect1, Common::Rect *rect2);