summaryrefslogtreecommitdiff
path: root/plugins/Scriver/srmm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/srmm.cpp')
-rw-r--r--plugins/Scriver/srmm.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Scriver/srmm.cpp b/plugins/Scriver/srmm.cpp
index 41f4ceb009..d0547d1ad6 100644
--- a/plugins/Scriver/srmm.cpp
+++ b/plugins/Scriver/srmm.cpp
@@ -25,9 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
int OnLoadModule(void);
int OnUnloadModule(void);
-struct MM_INTERFACE mmi;
-struct LIST_INTERFACE li;
-struct UTF8_INTERFACE utfi;
TIME_API tmi;
PLUGINLINK *pluginLink;
@@ -72,9 +69,6 @@ extern "C" __declspec(dllexport) int Load(PLUGINLINK * link)
pluginLink = link;
// set the memory manager
- mir_getMMI( &mmi );
- mir_getLI( &li );
- mir_getUTFI( &utfi );
mir_getTMI(&tmi);
mir_getLP( &pluginInfo );