summaryrefslogtreecommitdiff
path: root/plugins/Boltun/boltun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Boltun/boltun.cpp')
-rw-r--r--plugins/Boltun/boltun.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Boltun/boltun.cpp b/plugins/Boltun/boltun.cpp
index 2235ebf138..9e4881c080 100644
--- a/plugins/Boltun/boltun.cpp
+++ b/plugins/Boltun/boltun.cpp
@@ -53,7 +53,6 @@ TalkBot* bot = NULL;
#define MAX_MIND_FILE 1024
HINSTANCE hInst;
-PLUGINLINK *pluginLink;
BOOL blInit = FALSE;
UINT pTimer = 0;
TCHAR *path;
@@ -622,9 +621,8 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
return &pluginInfo;
}
-extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
+extern "C" int __declspec(dllexport) Load(void)
{
- pluginLink = link;
mir_getLP(&pluginInfo);
path = new TCHAR[MAX_PATH];