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/scumm/detection.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'engines/scumm') diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index d2c889b968..b1f14acc61 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -928,8 +928,4 @@ const char *ScummMetaEngine::getCopyright() const { "Humongous SCUMM Games (C) Humongous"; } -META_COMPATIBILITY_WRAPPER(SCUMM, ScummMetaEngine); - -REGISTER_PLUGIN(SCUMM, "Scumm Engine", - "LucasArts SCUMM Games (C) LucasArts\n" - "Humongous SCUMM Games (C) Humongous" ); +REGISTER_PLUGIN(SCUMM, ScummMetaEngine); -- cgit v1.2.3