diff options
Diffstat (limited to 'plugins/Variables/src/main.cpp')
-rw-r--r-- | plugins/Variables/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Variables/src/main.cpp b/plugins/Variables/src/main.cpp index 3ddf6b707c..b7195bcc6d 100644 --- a/plugins/Variables/src/main.cpp +++ b/plugins/Variables/src/main.cpp @@ -18,7 +18,6 @@ */
#include "stdafx.h"
-CLIST_INTERFACE *pcli;
HINSTANCE hInst;
int hLangpack = 0;
@@ -56,7 +55,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) extern "C" int __declspec(dllexport) Load(void)
{
mir_getLP(&pluginInfoEx);
- pcli = Clist_GetInterface();
LoadVarModule();
return 0;
|