aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.h
diff options
context:
space:
mode:
authorCameron Cawley2019-11-27 22:29:38 +0000
committerFilippos Karapetis2019-12-10 08:35:13 +0200
commit099ef8db300fc776539694c766dcb58a4a948952 (patch)
treee48def42571181f7488bb539da3dfd5e312e2b12 /backends/platform/psp/osys_psp.h
parent9dcfe2c09ece2248986af4547e878a07d8ba950f (diff)
downloadscummvm-rg350-099ef8db300fc776539694c766dcb58a4a948952.tar.gz
scummvm-rg350-099ef8db300fc776539694c766dcb58a4a948952.tar.bz2
scummvm-rg350-099ef8db300fc776539694c766dcb58a4a948952.zip
PSP: Make the PspTimer class a subclass of DefaultTimerManager
Diffstat (limited to 'backends/platform/psp/osys_psp.h')
-rw-r--r--backends/platform/psp/osys_psp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h
index ff9dd101d2..80f68329d8 100644
--- a/backends/platform/psp/osys_psp.h
+++ b/backends/platform/psp/osys_psp.h
@@ -39,7 +39,6 @@
#include "backends/platform/psp/display_manager.h"
#include "backends/platform/psp/input.h"
#include "backends/platform/psp/audio.h"
-#include "backends/timer/psp/timer.h"
#include "backends/platform/psp/thread.h"
class OSystem_PSP : public EventsBaseBackend, public PaletteManager {
@@ -57,7 +56,6 @@ private:
PSPKeyboard _keyboard;
InputHandler _inputHandler;
PspAudio _audio;
- PspTimer _pspTimer;
ImageViewer _imageViewer;
public:
@@ -127,10 +125,6 @@ public:
uint32 getMillis(bool skipRecord = false);
void delayMillis(uint msecs);
- // Timer
- typedef int (*TimerProc)(int interval);
- void setTimerCallback(TimerProc callback, int interval);
-
// Mutex
MutexRef createMutex(void);
void lockMutex(MutexRef mutex);