From 66ab99eb5b5c47a01e1cc6613af07426abbeb19b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 May 2018 14:52:20 +0300 Subject: unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi --- protocols/Tox/src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/Tox/src/main.cpp') diff --git a/protocols/Tox/src/main.cpp b/protocols/Tox/src/main.cpp index a4d2df911a..329f6ffb51 100644 --- a/protocols/Tox/src/main.cpp +++ b/protocols/Tox/src/main.cpp @@ -1,7 +1,6 @@ #include "stdafx.h" CMPlugin g_plugin; -CHAT_MANAGER *pci; HANDLE hProfileFolderPath; @@ -49,10 +48,7 @@ int OnModulesLoaded(WPARAM, LPARAM) extern "C" int __declspec(dllexport) Load(void) { - pci = Chat_GetInterface(); - HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded); - return 0; } -- cgit v1.2.3