Fixed unused variable warning

This commit is contained in:
thunder2 2022-01-03 00:37:49 +01:00
parent c13e2ca341
commit 3dfe4e1288
13 changed files with 11 additions and 16 deletions

View file

@ -830,7 +830,6 @@ void CreateCircleDialog::fillIdentitiesList(const std::vector<RsGxsIdGroup>& id_
bool isSignedByFriendNode = isSigned && rsPeers->isPgpFriend(idGroup.mPgpId);
/* do filtering */
bool ok = false;
if(!(acceptAll ||(acceptOnlySignedIdentities && isSigned) ||(acceptOnlyIdentitiesSignedByFriend && isSignedByFriendNode)))
{