diff --git a/src/RoomInfoListItem.cpp b/src/RoomInfoListItem.cpp
index bac7ce51696f20f8bae29490aef821fda73e9432..eaec34fc948174fd22faa2d51e555a84da50b08c 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;
         }