diff options
author | Alejandro Marzini | 2010-07-03 00:25:06 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-07-03 00:25:06 +0000 |
commit | 4e50b23005b1f27d7598b7dc1373a00cd0175e65 (patch) | |
tree | ab8b1c5cd40991d41bdba05a43a6fd7a01cf680a /backends/platform/gp2x | |
parent | fda9416cc8b64fa7371b7a9989def9cc318efc7e (diff) | |
download | scummvm-rg350-4e50b23005b1f27d7598b7dc1373a00cd0175e65.tar.gz scummvm-rg350-4e50b23005b1f27d7598b7dc1373a00cd0175e65.tar.bz2 scummvm-rg350-4e50b23005b1f27d7598b7dc1373a00cd0175e65.zip |
Cleanup and documentation.
svn-id: r50610
Diffstat (limited to 'backends/platform/gp2x')
-rw-r--r-- | backends/platform/gp2x/gp2x-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/platform/gp2x/gp2x-common.h b/backends/platform/gp2x/gp2x-common.h index d2eddaea0b..4d2a9c33cc 100644 --- a/backends/platform/gp2x/gp2x-common.h +++ b/backends/platform/gp2x/gp2x-common.h @@ -34,9 +34,6 @@ class OSystem_GP2X : public OSystem_POSIX { public: - OSystem_GP2X() {} - virtual ~OSystem_GP2X() {} - virtual void initBackend(); virtual void quit(); virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0); |