From 78ac9025495e8500f831bc492c4c3ac997c88421 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Sun, 15 Mar 2020 16:19:45 -0400 Subject: [PATCH] Clean up stray comment --- src/RoomInfoListItem.cpp | 2 -- 1 file changed, 2 deletions(-) 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; }