diff options
author | George Hazan <george.hazan@gmail.com> | 2014-10-04 19:36:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-10-04 19:36:42 +0000 |
commit | 98893546090575b2356d6b1412a20503761fd8db (patch) | |
tree | 60f7ad1d7a38347cdccdc78fafdbafd3bc7ee659 /protocols/Tlen | |
parent | a299d595faec8835b18a41bbba38d27d3227882b (diff) |
no need to call the same code twice
git-svn-id: http://svn.miranda-ng.org/main/trunk@10693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen')
-rw-r--r-- | protocols/Tlen/src/tlen_svc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_svc.cpp b/protocols/Tlen/src/tlen_svc.cpp index 003ec84619..9cbe6eb764 100644 --- a/protocols/Tlen/src/tlen_svc.cpp +++ b/protocols/Tlen/src/tlen_svc.cpp @@ -1248,7 +1248,6 @@ TlenProtocol::TlenProtocol( const char *aProtoName, const TCHAR *aUserName) : HookProtoEvent(ME_DB_CONTACT_SETTINGCHANGED, &TlenProtocol::TlenDbSettingChanged);
HookProtoEvent(ME_DB_CONTACT_DELETED, &TlenProtocol::TlenContactDeleted);
HookProtoEvent(ME_CLIST_PREBUILDCONTACTMENU, &TlenProtocol::PrebuildContactMenu);
- HookProtoEvent(ME_SYSTEM_PRESHUTDOWN, &TlenProtocol::PreShutdown);
DBVARIANT dbv;
if (!db_get(NULL, m_szModuleName, "LoginServer", &dbv))
|