diff --git a/src/RoomInfoListItem.cpp b/src/RoomInfoListItem.cpp index bac7ce51..eaec34fc 100644 --- a/src/RoomInfoListItem.cpp +++ b/src/RoomInfoListItem.cpp @@ -353,8 +353,6 @@ RoomInfoListItem::calculateImportance() const return NewMentions; } else if (unreadMsgCount_) { return NewMessage; - // } else if (hasUnreadMessages_ && !settings->isIgnoreMinorEventsEnabled()) { - // return NewMinorEvents; } else { return AllEventsRead; }