summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_profile.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-05-08 17:06:19 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-05-08 17:06:19 +0000
commitee784358546b653f5bafa79f1a61179608b4751a (patch)
tree31dc97951ee284af9b7d627881f972b1ef1dd2dc /protocols/Skype/src/skype_profile.cpp
parent48d039b89c61a20556a0b063974d84d7d7c67c8d (diff)
- code restructurization
- own info saving on server now git-svn-id: http://svn.miranda-ng.org/main/trunk@4600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_profile.cpp')
-rw-r--r--protocols/Skype/src/skype_profile.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/protocols/Skype/src/skype_profile.cpp b/protocols/Skype/src/skype_profile.cpp
index 8448475817..693fdc8fc9 100644
--- a/protocols/Skype/src/skype_profile.cpp
+++ b/protocols/Skype/src/skype_profile.cpp
@@ -308,19 +308,4 @@ void CSkypeProto::UpdateProfile(SEObject *obj, HANDLE hContact)
::db_set_dw(hContact, this->m_szModuleName, "ProfileTS", newTS);
//}
-}
-
-void __cdecl CSkypeProto::LoadOwnInfo(void *)
-{
- mir_ptr<wchar_t> nick( ::db_get_wsa(NULL, this->m_szModuleName, "Nick"));
- if (nick == NULL)
- {
- SEString data;
- this->account->GetPropFullname(data);
-
- nick = ::mir_utf8decodeW(data);
- ::db_set_ws(NULL, this->m_szModuleName, "Nick", nick);
- }
- //this->UpdateProfileAvatar(this->account.fetch());
- this->UpdateProfile(this->account.fetch());
} \ No newline at end of file