diff options
Diffstat (limited to 'engines/glk/frotz/detection.h')
-rw-r--r-- | engines/glk/frotz/detection.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/glk/frotz/detection.h b/engines/glk/frotz/detection.h index 7943385aa9..6e1643302c 100644 --- a/engines/glk/frotz/detection.h +++ b/engines/glk/frotz/detection.h @@ -60,11 +60,6 @@ public: * Check for game Id clashes with other sub-engines */ static void detectClashes(Common::StringMap &map); - - /** - * Check a passed stream for a Quetzal save, and if so, get header information - */ - static bool readSavegameHeader(Common::SeekableReadStream *stream, Glk::SavegameHeader &header); }; } // End of namespace Frotz |