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 4a39602659..49ef7d3d57 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -514,11 +514,9 @@ public: uint loadTextFile_simon1(const char *filename, byte *dst); File *openTablesFile_simon1(const char *filename); - void closeTablesFile_simon1(File *in); uint loadTextFile_gme(const char *filename, byte *dst); File *openTablesFile_gme(const char *filename); - void closeTablesFile_gme(File *in); void invokeTimeEvent(TimeEvent *te); bool kickoffTimeEvents(); |