diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 14:52:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 14:52:20 +0300 |
commit | 66ab99eb5b5c47a01e1cc6613af07426abbeb19b (patch) | |
tree | 6b3a84cf91b9e383f348355d702e4b38ff1be1e8 /protocols/Tox | |
parent | 38d70bf8d8d08cc687263b83ab598279d36a9c56 (diff) |
unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi
Diffstat (limited to 'protocols/Tox')
-rw-r--r-- | protocols/Tox/src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |