From 176e52e14fd0358a7f26ca8d7b0205244dfde2e7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 May 2018 23:29:25 +0300 Subject: no need to initialize pcli variable in each plugin (only in Clist_*) --- src/core/stdidle/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/stdidle') diff --git a/src/core/stdidle/src/main.cpp b/src/core/stdidle/src/main.cpp index 89268caadf..747808bb8e 100644 --- a/src/core/stdidle/src/main.cpp +++ b/src/core/stdidle/src/main.cpp @@ -25,7 +25,6 @@ int LoadIdleModule(void); void UnloadIdleModule(void); CMPlugin g_plugin; -CLIST_INTERFACE* pcli; ///////////////////////////////////////////////////////////////////////////////////////// @@ -54,8 +53,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_IDLE, extern "C" int __declspec(dllexport) Load(void) { - pcli = Clist_GetInterface(); - LoadIdleModule(); return 0; } -- cgit v1.2.3