diff --git a/src/RoomInfoListItem.h b/src/RoomInfoListItem.h
index e02804385d9f7ec690a94a7e419671ee2ca2df67..40c938c11e54f4204806c0a30e888e1734752474 100644
--- a/src/RoomInfoListItem.h
+++ b/src/RoomInfoListItem.h
@@ -186,7 +186,6 @@ private:
 
         bool isPressed_         = false;
         bool hasUnreadMessages_ = true;
-        bool rounded_ = true;
 
         int unreadMsgCount_            = 0;
         int unreadHighlightedMsgCount_ = 0;
diff --git a/src/UserSettingsPage.h b/src/UserSettingsPage.h
index 5f16a797197462dbe28a8916c24c9637e65f9e58..e1fff2594caaf9dd1880e6e3cb04aaac0bf0142e 100644
--- a/src/UserSettingsPage.h
+++ b/src/UserSettingsPage.h
@@ -86,12 +86,6 @@ public:
                 save();
         }
 
-        void setAvatarCircles(bool state)
-        {
-                avatarCircles_ = state;
-                save();
-        }
-
         QString theme() const { return !theme_.isEmpty() ? theme_ : defaultTheme_; }
         bool isTrayEnabled() const { return isTrayEnabled_; }
         bool isStartInTrayEnabled() const { return isStartInTrayEnabled_; }
@@ -99,7 +93,6 @@ public:
         bool isTypingNotificationsEnabled() const { return isTypingNotificationsEnabled_; }
         bool isReadReceiptsEnabled() const { return isReadReceiptsEnabled_; }
         bool hasDesktopNotifications() const { return hasDesktopNotifications_; }
-        bool hasRoundedAvatars() const { return avatarCircles_; }
         double fontSize() const { return baseFontSize_; }
         QString font() const { return font_; }
         QString emojiFont() const { return emojiFont_; }