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/cine/detection.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/cine/detection.cpp') diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index fd1769e6b8..af59a106f5 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -511,6 +511,4 @@ bool CineMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return gd != 0; } -META_COMPATIBILITY_WRAPPER(CINE, CineMetaEngine); - -REGISTER_PLUGIN(CINE, "Cinematique evo 1 engine", "Future Wars & Operation Stealth (C) Delphine Software"); +REGISTER_PLUGIN(CINE, CineMetaEngine); -- cgit v1.2.3