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

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;
}