Clean up stray comment

This commit is contained in:
Emi Simpson 2020-03-15 16:19:45 -04:00
parent 12aa94ad9a
commit 78ac902549
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 0 additions and 2 deletions

View File

@ -353,8 +353,6 @@ RoomInfoListItem::calculateImportance() const
return NewMentions;
} else if (unreadMsgCount_) {
return NewMessage;
// } else if (hasUnreadMessages_ && !settings->isIgnoreMinorEventsEnabled()) {
// return NewMinorEvents;
} else {
return AllEventsRead;
}