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/MSN | |
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/MSN')
-rw-r--r-- | protocols/MSN/src/msn_proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/MSN/src/msn_proto.cpp b/protocols/MSN/src/msn_proto.cpp index cccdb9064f..c5709e7fbd 100644 --- a/protocols/MSN/src/msn_proto.cpp +++ b/protocols/MSN/src/msn_proto.cpp @@ -47,7 +47,6 @@ CMsnProto::CMsnProto(const char* aProtoName, const TCHAR* aUserName) : lsAvatarQueue(1),
msgCache(5, CompareId)
{
- db_set_resident(m_szModuleName, "Status");
db_set_resident(m_szModuleName, "IdleTS");
db_set_resident(m_szModuleName, "p2pMsgId");
db_set_resident(m_szModuleName, "MobileEnabled");
|