summaryrefslogtreecommitdiff
path: root/plugins/CyrTranslit/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CyrTranslit/main.cpp')
-rw-r--r--plugins/CyrTranslit/main.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/CyrTranslit/main.cpp b/plugins/CyrTranslit/main.cpp
index b35fa92ad0..dc675ff654 100644
--- a/plugins/CyrTranslit/main.cpp
+++ b/plugins/CyrTranslit/main.cpp
@@ -40,19 +40,6 @@ PLUGININFOEX pluginInfoEx={
MIID_V_CYRTRANSLIT,
};
-PLUGININFO pluginInfo = {
- sizeof(PLUGININFO),
- PLG_SHORTNAME,
- PLG_VERSION,
- PLG_DESCRIPTION,
- PLG_AUTHOR,
- PLG_AUTHOREMAIL,
- PLG_COPYRIGHT,
- PLG_HOMEPAGE,
- PLG_FLAGS,
- PLG_REPLACESDEFMODULE,
-};
-
//------------------------------------------------------------------------------
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
@@ -68,11 +55,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
return &pluginInfoEx;
}
-extern "C" __declspec(dllexport) PLUGININFO* MirandaPluginInfo(DWORD mirandaVersion)
-{
- return &pluginInfo;
-}
-
static const MUUID interfaces[] = {MIID_V_CYRTRANSLIT, MIID_LAST};
extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)