From 5e5cabbee2c2249be4e34efc9bafa1b05136111a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 17 May 2016 20:15:33 +0000 Subject: Facebook: Rework loading online contacts (not properly finished!); version bump This is work in progress, which might (and will) cause wrong status reporting and maybe related problems. On the other hand this way is only "preferred" way. Previous way (using buddy_list request) isn't used anymore and might cause the captcha problems and antivirus checks from FB... git-svn-id: http://svn.miranda-ng.org/main/trunk@16843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/theme.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'protocols/FacebookRM/src/theme.cpp') diff --git a/protocols/FacebookRM/src/theme.cpp b/protocols/FacebookRM/src/theme.cpp index 1b1e747f49..42d1b6d8e8 100644 --- a/protocols/FacebookRM/src/theme.cpp +++ b/protocols/FacebookRM/src/theme.cpp @@ -246,12 +246,6 @@ void FacebookProto::InitMenu() mi.hIcolibItem = Skin_GetIconHandle(SKINICON_OTHER_HELP); mi.root = m_hMenuServicesRoot = Menu_AddProtoMenuItem(&mi, m_szModuleName); - mi.pszService = "/RefreshBuddyList"; - CreateProtoService(mi.pszService, &FacebookProto::RefreshBuddyList); - mi.name.a = LPGEN("Refresh Buddy List"); - mi.hIcolibItem = GetIconHandle("friendship"); - Menu_AddProtoMenuItem(&mi, m_szModuleName); - mi.pszService = "/CheckFriendRequests"; CreateProtoService(mi.pszService, &FacebookProto::CheckFriendRequests); mi.name.a = LPGEN("Check Friends Requests"); -- cgit v1.2.3