diff options
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index eba645cfc9..80b5f508bb 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -26,7 +26,6 @@ #include <stdio.h> #include "base/engine.h" -#include "base/plugins.h" #include "common/rect.h" #include "common/util.h" @@ -129,8 +128,6 @@ struct GameDescription { uint32 features; Common::Language language; Common::Platform platform; - - DetectedGame toDetectedGame(); }; struct GameSpecificSettings; |