From 91003eb7373b4cb9e340be5ecdbbb7884a5e973f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 6 Oct 2013 12:58:08 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@6372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/contacts.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'protocols/FacebookRM') diff --git a/protocols/FacebookRM/src/contacts.cpp b/protocols/FacebookRM/src/contacts.cpp index 7fcd1827bb..a2950c07f5 100644 --- a/protocols/FacebookRM/src/contacts.cpp +++ b/protocols/FacebookRM/src/contacts.cpp @@ -157,19 +157,6 @@ void FacebookProto::SetAllContactStatuses(int status, bool reset_client) ptrT mirver( getTStringA(hContact, "MirVer")); if (!mirver || _tcscmp(mirver, _T(FACEBOOK_NAME))) setTString(hContact, "MirVer", _T(FACEBOOK_NAME)); - - /*std::tstring foldername = GetAvatarFolder() + L"\\smileys\\"; - TCHAR *path = _tcsdup(foldername.c_str()); - - if (getByte(FACEBOOK_KEY_CUSTOM_SMILEYS, DEFAULT_CUSTOM_SMILEYS)) { - SMADD_CONT cont; - cont.cbSize = sizeof(SMADD_CONT); - cont.hContact = hContact; - cont.type = 0; - cont.path = path; - CallService(MS_SMILEYADD_LOADCONTACTSMILEYS, 0, (LPARAM)&cont); - mir_free(path); - }*/ } if (getWord(hContact, "Status", 0) != status) -- cgit v1.2.3