diff options
Diffstat (limited to 'engines/lab/lab.h')
-rw-r--r-- | engines/lab/lab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lab/lab.h b/engines/lab/lab.h index 1b98c11c27..eb8db5cbb2 100644 --- a/engines/lab/lab.h +++ b/engines/lab/lab.h @@ -184,7 +184,6 @@ public: void changeVolume(int delta); uint16 getDirection() { return _direction; } - IntuiMessage *getMsg(); char *getPictName(CloseDataPtr *closePtrList); uint16 getQuarters(); void setDirection(uint16 direction) { _direction = direction; }; |