summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/commonheaders.h2
-rw-r--r--plugins/TabSRMM/src/srmm.cpp5
2 files changed, 0 insertions, 7 deletions
diff --git a/plugins/TabSRMM/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h
index a42af77b50..e9ea841762 100644
--- a/plugins/TabSRMM/src/commonheaders.h
+++ b/plugins/TabSRMM/src/commonheaders.h
@@ -208,8 +208,6 @@
#include <m_popup.h>
#include <m_timezones.h>
-extern struct LIST_INTERFACE li;
-
#define safe_sizeof(a) (unsigned int)((sizeof((a)) / sizeof((a)[0])))
#include "../include/version.h"
diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp
index 7e009b436b..6aefbcf8bc 100644
--- a/plugins/TabSRMM/src/srmm.cpp
+++ b/plugins/TabSRMM/src/srmm.cpp
@@ -48,8 +48,6 @@ LOGFONT lfDefault = {0};
* miranda interfaces
*/
-struct LIST_INTERFACE li;
-struct MM_INTERFACE mmi;
int hLangpack;
TIME_API tmi = {0};
@@ -97,9 +95,6 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK * link)
}
pluginLink = link;
-
- mir_getMMI(&mmi);
- mir_getLI(&li);
mir_getTMI(&tmi);
mir_getLP(&pluginInfo);