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/lure/detection.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/lure') diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index 0933054161..66d0c329e8 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -197,6 +197,4 @@ bool LureMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common return gd != 0; } -META_COMPATIBILITY_WRAPPER(LURE, LureMetaEngine); - -REGISTER_PLUGIN(LURE, "Lure of the Temptress Engine", "Lure of the Temptress (C) Revolution"); +REGISTER_PLUGIN(LURE, LureMetaEngine); -- cgit v1.2.3