aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/animation.h')
-rw-r--r--engines/draci/animation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/draci/animation.h b/engines/draci/animation.h
index cef8182f7b..fea7fb3f89 100644
--- a/engines/draci/animation.h
+++ b/engines/draci/animation.h
@@ -46,8 +46,6 @@ public:
void setID(int id);
int getID();
- void setDelay(uint delay);
-
void nextFrame(bool force = false);
void drawFrame(Surface *surface);
@@ -68,7 +66,6 @@ private:
int _id;
uint _currentFrame;
uint _z;
- uint _delay;
uint _tick;
bool _playing;
bool _looping;