From 8a73356a2d6e2d6b7ecefb53e0d5e82484f0e697 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 3 Feb 2008 18:56:47 +0000 Subject: Revised Engine plugin API to only provide a single func which returns a MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 --- engines/agos/detection.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/agos/detection.cpp') diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp index 74ce517f59..73106b65d5 100644 --- a/engines/agos/detection.cpp +++ b/engines/agos/detection.cpp @@ -151,9 +151,7 @@ bool AgosMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return res; } -META_COMPATIBILITY_WRAPPER(AGOS, AgosMetaEngine); - -REGISTER_PLUGIN(AGOS, "AGOS", "AGOS (C) Adventure Soft"); +REGISTER_PLUGIN(AGOS, AgosMetaEngine); namespace AGOS { -- cgit v1.2.3