diff options
Diffstat (limited to 'engines/hopkins/hopkins.h')
-rw-r--r-- | engines/hopkins/hopkins.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h index 6a9398fd49..568b9db6db 100644 --- a/engines/hopkins/hopkins.h +++ b/engines/hopkins/hopkins.h @@ -98,7 +98,6 @@ public: bool getIsDemo() const; int getRandomNumber(int maxNumber); - void delay(int delay); }; // Global reference to the HopkinsEngine object |