diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-02-20 23:41:39 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-02-20 23:41:39 +0000 |
commit | 858a7a599391c064481a630933f37c5ecd7c3fe5 (patch) | |
tree | a418743fdd9b44ac150bd5c6d78337349db748c7 /protocols/Tox/src/main.cpp | |
parent | 1468a7f080de048e7c301af58d890d530c5ee685 (diff) |
Tox: reworked node list
git-svn-id: http://svn.miranda-ng.org/main/trunk@12226 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/main.cpp')
-rw-r--r-- | protocols/Tox/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/src/main.cpp b/protocols/Tox/src/main.cpp index 2fd10c2110..fd0f48aab0 100644 --- a/protocols/Tox/src/main.cpp +++ b/protocols/Tox/src/main.cpp @@ -37,8 +37,6 @@ extern "C" int __declspec(dllexport) Load(void) {
mir_getLP(&pluginInfo);
- HookEvent(ME_OPT_INITIALISE, OptInit);
-
PROTOCOLDESCRIPTOR pd = { sizeof(pd) };
pd.szName = MODULE;
pd.type = PROTOTYPE_PROTOCOL;
|