summaryrefslogtreecommitdiff
path: root/protocols/Steam
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-18 17:31:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-18 17:31:01 +0000
commitb43b50d64b57b2f41ffebe2f50eb5976152b9ad1 (patch)
tree46330aeeda10ea7cc97c2ed25e14f8896f2cb839 /protocols/Steam
parent3af4bb5ed2c17d17ecc8073cd233277ed8541cf1 (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/Steam')
-rw-r--r--protocols/Steam/src/steam_proto.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp
index f613f339a2..9a36e5df52 100644
--- a/protocols/Steam/src/steam_proto.cpp
+++ b/protocols/Steam/src/steam_proto.cpp
@@ -39,7 +39,6 @@ CSteamProto::CSteamProto(const char* protoName, const TCHAR* userName) :
IcoLib_AddIcon(&sid);
// temporary DB settings
- db_set_resident(m_szModuleName, "Status");
db_set_resident(m_szModuleName, "XStatusId");
db_set_resident(m_szModuleName, "XStatusName");
db_set_resident(m_szModuleName, "XStatusMsg");