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.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/CyrTranslit/main.cpp b/plugins/CyrTranslit/main.cpp
index ed33f8ef2d..6d9249733b 100644
--- a/plugins/CyrTranslit/main.cpp
+++ b/plugins/CyrTranslit/main.cpp
@@ -21,7 +21,6 @@
#include "MirandaContact.h"
HINSTANCE hInst;
-PLUGINLINK *pluginLink;
int hLangpack = 0;
PLUGININFOEX pluginInfoEx={
@@ -56,10 +55,8 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
//------------------------------------------------------------------------------
-extern "C" __declspec(dllexport) int Load(PLUGINLINK *link)
+extern "C" __declspec(dllexport) int Load(void)
{
- //system inits:
- pluginLink = link;
mir_getLP(&pluginInfoEx);
//plugin inits: PLACE IT ONLY AFTER THIS LINE