Merge pull request #644 from G10h4ck/ccleanup

Some cleanup and deprecation
This commit is contained in:
csoler 2017-01-15 21:28:28 +01:00 committed by GitHub
commit c00caa967d
9 changed files with 99 additions and 65 deletions

View file

@ -658,7 +658,6 @@ bool RsGxsCircleCache::addLocalFriend(const RsPgpId &pgpId)
bool p3GxsCircles::request_CircleIdList()
{
/* trigger request to load missing ids into cache */
std::list<RsGxsGroupId> groupIds;
#ifdef DEBUG_CIRCLES
std::cerr << "p3GxsCircles::request_CircleIdList()";
std::cerr << std::endl;
@ -672,7 +671,7 @@ bool p3GxsCircles::request_CircleIdList()
RsGenExchange::getTokenService()->requestGroupInfo(token, ansType, opts);
GxsTokenQueue::queueRequest(token, CIRCLEREQ_CIRCLE_LIST);
return 1;
return true;
}