summary refs log tree commit diff
path: root/src/RoomInfoListItem.cpp
diff options
context:
space:
mode:
authorEmi Simpson <emi@alchemi.dev>2020-03-15 16:19:45 -0400
committerEmi Simpson <emi@alchemi.dev>2020-03-15 16:19:45 -0400
commit78ac9025495e8500f831bc492c4c3ac997c88421 (patch)
tree3f59052a971fd17faa518ce97a6bfe73d75c3d3c /src/RoomInfoListItem.cpp
parentFixed compatibility with Qt < 5.11 (diff)
downloadnheko-78ac9025495e8500f831bc492c4c3ac997c88421.tar.xz
Clean up stray comment
Diffstat (limited to 'src/RoomInfoListItem.cpp')
-rw-r--r--src/RoomInfoListItem.cpp2
1 files changed, 0 insertions, 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;
         }