JANITORIAL: Remove obselete references to MetaEngineConnect

At some point when splitting the MetaEngine to a detection
plugin and a static meta engine, the former was called
MetaEngine while the latter was called MetaEngineConnect.
Thus was then later change to MetaEngineDetection and
MetaEngine. But some references were left to the former
names in comments and documentation.
This commit is contained in:
Thierry Crozat 2021-02-14 14:21:37 +00:00
parent 5e55ff8f0d
commit 67720ef658
6 changed files with 30 additions and 32 deletions

View file

@ -261,7 +261,7 @@ WARN_UNUSED_RESULT bool MetaEngine::readSavegameHeader(Common::InSaveFile *in, E
//////////////////////////////////////////////
// MetaEngineConnect default implementations
// MetaEngine default implementations
//////////////////////////////////////////////
SaveStateList MetaEngine::listSaves(const char *target) const {