aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.h
diff options
context:
space:
mode:
authorYotam Barnoy2010-06-16 09:04:27 +0000
committerYotam Barnoy2010-06-16 09:04:27 +0000
commite7e8808affc1a256b228da859e44ec3071c3a5a4 (patch)
tree3637b2a8be1770b08536b06ba3cb912d0ec0d07d /backends/platform/psp/osys_psp.h
parent4ac81f3d18c6d31d1e6291e53d128db9f7199f57 (diff)
downloadscummvm-rg350-e7e8808affc1a256b228da859e44ec3071c3a5a4.tar.gz
scummvm-rg350-e7e8808affc1a256b228da859e44ec3071c3a5a4.tar.bz2
scummvm-rg350-e7e8808affc1a256b228da859e44ec3071c3a5a4.zip
PSP: got rid of SDL
svn-id: r49903
Diffstat (limited to 'backends/platform/psp/osys_psp.h')
-rw-r--r--backends/platform/psp/osys_psp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h
index 56a64ccb80..46f258f577 100644
--- a/backends/platform/psp/osys_psp.h
+++ b/backends/platform/psp/osys_psp.h
@@ -42,8 +42,6 @@
#include "backends/timer/psp/timer.h"
#include "backends/platform/psp/thread.h"
-#include <SDL.h>
-
class OSystem_PSP : public BaseBackend {
private:
@@ -64,8 +62,6 @@ private:
PspTimer _pspTimer;
PspRtc _pspRtc;
- void initSDL();
-
public:
OSystem_PSP() : _savefile(0), _mixer(0), _timer(0), _pendingUpdate(false), _pendingUpdateCounter(0) {}
~OSystem_PSP();