aboutsummaryrefslogtreecommitdiff
path: root/backends/psp/osys_psp.cpp
diff options
context:
space:
mode:
authorJoost Peters2006-04-16 14:40:12 +0000
committerJoost Peters2006-04-16 14:40:12 +0000
commitd5909ee1228a3f7527642ae1a6ec441273dccc4c (patch)
tree630547015be0b4086006a28ba8bfc478988d7775 /backends/psp/osys_psp.cpp
parent784467abfd8e00454d1700ce2cf895bbf1f41402 (diff)
downloadscummvm-rg350-d5909ee1228a3f7527642ae1a6ec441273dccc4c.tar.gz
scummvm-rg350-d5909ee1228a3f7527642ae1a6ec441273dccc4c.tar.bz2
scummvm-rg350-d5909ee1228a3f7527642ae1a6ec441273dccc4c.zip
some cleanup
svn-id: r21946
Diffstat (limited to 'backends/psp/osys_psp.cpp')
-rw-r--r--backends/psp/osys_psp.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/psp/osys_psp.cpp b/backends/psp/osys_psp.cpp
index 4455d1dea9..a873d32473 100644
--- a/backends/psp/osys_psp.cpp
+++ b/backends/psp/osys_psp.cpp
@@ -636,13 +636,6 @@ void OSystem_PSP::setWindowCaption(const char *caption) {
void OSystem_PSP::displayMessageOnOSD(const char *msg) {
}
-
-/* moved to psp-gu.cpp */
-/*
-OSystem *OSystem_PSP_create() {
- return new OSystem_PSP();
-}
-*/
// Correct pixel format ABBBBBGGGGGRRRRR
int gBitFormat = 1555;