aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
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);