diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-18 17:31:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-18 17:31:01 +0000 |
commit | b43b50d64b57b2f41ffebe2f50eb5976152b9ad1 (patch) | |
tree | 46330aeeda10ea7cc97c2ed25e14f8896f2cb839 /protocols/WhatsApp/src/proto.cpp | |
parent | 3af4bb5ed2c17d17ecc8073cd233277ed8541cf1 (diff) |
"Status" became resident for all protocols, in a constructor
git-svn-id: http://svn.miranda-ng.org/main/trunk@14246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.cpp')
-rw-r--r-- | protocols/WhatsApp/src/proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.cpp b/protocols/WhatsApp/src/proto.cpp index 8dd01e8c35..13dc91d1d1 100644 --- a/protocols/WhatsApp/src/proto.cpp +++ b/protocols/WhatsApp/src/proto.cpp @@ -18,7 +18,6 @@ WhatsAppProto::WhatsAppProto(const char *proto_name, const TCHAR *username) {
update_loop_lock_ = CreateEvent(NULL, false, false, NULL);
- db_set_resident(m_szModuleName, "Status");
db_set_resident(m_szModuleName, "StatusMsg");
CreateProtoService(PS_CREATEACCMGRUI, &WhatsAppProto::SvcCreateAccMgrUI);
|