aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2002-08-18 18:39:42 +0000
committerMax Horn2002-08-18 18:39:42 +0000
commit404b8fd8271fe8f90d98bc3c88b4dfeb1db3249e (patch)
tree267039c6dcb13e2b9e27a2fb5890942fb0291e81 /simon
parent28058407c1377722fc8f3956504689d05b949914 (diff)
downloadscummvm-rg350-404b8fd8271fe8f90d98bc3c88b4dfeb1db3249e.tar.gz
scummvm-rg350-404b8fd8271fe8f90d98bc3c88b4dfeb1db3249e.tar.bz2
scummvm-rg350-404b8fd8271fe8f90d98bc3c88b4dfeb1db3249e.zip
some more cleanup
svn-id: r4761
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp5
-rw-r--r--simon/simon.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index a379006052..6b626964b6 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -144,11 +144,6 @@ SimonState::~SimonState()
delete [] _fcs_list;
}
-SimonState *SimonState::createFromDetector(GameDetector *detector, OSystem *syst)
-{
- return new SimonState(detector, syst);
-}
-
void palette_fadeout(uint32 *pal_values, uint num)
{
byte *p = (byte *)pal_values;
diff --git a/simon/simon.h b/simon/simon.h
index 5f43f7d019..f4e999d311 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -795,8 +795,6 @@ public:
void vc_kill_thread(uint file, uint sprite);
- static SimonState *createFromDetector(GameDetector *detector, OSystem *syst);
-
void set_dummy_cursor();
void set_volume(byte volume);