diff options
Diffstat (limited to 'simon/simon.h')
-rw-r--r-- | simon/simon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/simon.h b/simon/simon.h index f4e999d311..fce335b15a 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -110,8 +110,6 @@ struct GameSpecificSettings; class SimonState : public Engine { public: - char *_game_path; - byte *_vc_ptr; /* video code ptr */ uint32 *_game_offsets_ptr; |