summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_accounts.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-17 05:37:25 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-17 05:37:25 +0000
commitb9e3d0d154f994e77091e250a412415a2c454140 (patch)
tree1b7311ff1dfbd4d51bbae93730158eb14b61d379 /protocols/Tox/src/tox_accounts.cpp
parente01f8fc1b12bef2619ade2c8a664d8d15116cfe9 (diff)
Tox: removed unneeded event
git-svn-id: http://svn.miranda-ng.org/main/trunk@12879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_accounts.cpp')
-rw-r--r--protocols/Tox/src/tox_accounts.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_accounts.cpp b/protocols/Tox/src/tox_accounts.cpp
index 5d1bf1886d..2e77486c37 100644
--- a/protocols/Tox/src/tox_accounts.cpp
+++ b/protocols/Tox/src/tox_accounts.cpp
@@ -35,8 +35,6 @@ int CToxProto::OnAccountLoaded(WPARAM, LPARAM)
HookProtoEvent(ME_USERINFO_INITIALISE, &CToxProto::OnUserInfoInit);
HookProtoEvent(ME_MSG_PRECREATEEVENT, &CToxProto::OnPreCreateMessage);
- HookEvent(ME_DB_EVENT_ADDED, &CToxProto::OnDbEventAdded);
-
return 0;
}