aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/utils.h')
-rw-r--r--engines/lab/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/lab/utils.h b/engines/lab/utils.h
index 65c00a3eec..b0aa58f795 100644
--- a/engines/lab/utils.h
+++ b/engines/lab/utils.h
@@ -43,7 +43,6 @@ private:
void VUnDiffByteByte(byte *Dest, byte *diff, uint16 bytesperrow);
void VUnDiffByteWord(uint16 *Dest, uint16 *diff, uint16 bytesperrow);
void VUnDiffByteLong(uint32 *Dest, uint32 *diff, uint16 bytesperrow);
- void microDelay(uint32 secs, uint32 micros);
public:
Utils(LabEngine *vm);
@@ -60,10 +59,6 @@ public:
void runLengthDecode(byte *dest, byte *source);
void VRunLengthDecode(byte *dest, byte *source, uint16 bytesPerRow);
void setBytesPerRow(int num);
- void addCurTime(uint32 sec, uint32 micros, uint32 *timeSec, uint32 *timeMicros);
- void waitForTime(uint32 sec, uint32 micros);
- void anyTimeDiff(uint32 sec1, uint32 micros1, uint32 sec2, uint32 micros2, uint32 *diffSecs, uint32 *diffMicros);
- void timeDiff(uint32 sec, uint32 micros, uint32 *diffSec, uint32 *diffMicros);
};