[Scummvm-git-logs] scummvm master -> f32624c8f27cf45106b7fefd5d5c1af8fc326427

orgads orgads at gmail.com
Sat Aug 21 20:58:46 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f32624c8f2 ENGINES: Remove unimplemented function declaration


Commit: f32624c8f27cf45106b7fefd5d5c1af8fc326427
    https://github.com/scummvm/scummvm/commit/f32624c8f27cf45106b7fefd5d5c1af8fc326427
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-08-21T23:58:33+03:00

Commit Message:
ENGINES: Remove unimplemented function declaration

Changed paths:
    engines/metaengine.h


diff --git a/engines/metaengine.h b/engines/metaengine.h
index af7c390e67..0c33c9b236 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -586,9 +586,6 @@ private:
 	/** Find a game across all loaded plugins. */
 	QualifiedGameList findGameInLoadedPlugins(const Common::String &gameId) const;
 
-	/** Find a loaded plugin with the given engine ID. */
-	const Plugin *findLoadedPlugin(const Common::String &engineId) const;
-
 	/** Use heuristics to complete a target lacking an engine ID. */
 	void upgradeTargetForEngineId(const Common::String &target) const;
 };




More information about the Scummvm-git-logs mailing list