diff options
Diffstat (limited to 'protocols/Quotes/Forex.cpp')
-rw-r--r-- | protocols/Quotes/Forex.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Quotes/Forex.cpp b/protocols/Quotes/Forex.cpp index bd86956a2c..f7df776ee2 100644 --- a/protocols/Quotes/Forex.cpp +++ b/protocols/Quotes/Forex.cpp @@ -32,8 +32,6 @@ #include "version.h"
PLUGINLINK* pluginLink = NULL;
-struct MM_INTERFACE mmi;
-struct UTF8_INTERFACE utfi;
int hLangpack;
HANDLE g_hEventWorkThreadStop;
@@ -440,8 +438,6 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
{
pluginLink = link;
- mir_getMMI(&mmi);
- mir_getUTFI(&utfi);
mir_getLP(&Global_pluginInfo);
// if ((mirandaVersion >= 0x0800) && (1 == mir_getXI(&xi)))
// {
|