summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_dialogs.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-05-05 15:03:10 +0000
committerRobert Pösel <robyer@seznam.cz>2015-05-05 15:03:10 +0000
commitb5975ff4291cddcf3b81a9f17639192da4b44f0a (patch)
tree3da052b5a01b17ed3215ad6d77022f2a1dc2c3fd /protocols/Steam/src/steam_dialogs.cpp
parentcf4dec2379e4c1558c5b6346810dc07d9670b557 (diff)
Steam: Remove traces of Skype, cleanup; Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@13443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_dialogs.cpp')
-rw-r--r--protocols/Steam/src/steam_dialogs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_dialogs.cpp b/protocols/Steam/src/steam_dialogs.cpp
index 8819c17ad8..118583f218 100644
--- a/protocols/Steam/src/steam_dialogs.cpp
+++ b/protocols/Steam/src/steam_dialogs.cpp
@@ -205,12 +205,10 @@ void CSteamOptionsMain::OnApply()
if (m_username.IsChanged())
{
m_proto->delSetting("SteamID");
- m_proto->delSetting("Cookies");
m_proto->delSetting("TokenSecret");
}
if (m_password.IsChanged())
{
- m_proto->delSetting("Cookie");
m_proto->delSetting("TokenSecret");
}
mir_free(group);