diff --git a/src/ui/Avatar.h b/src/ui/Avatar.h
index b9225dd1a667eb1a1eeb07ca8d0fd2763cf0fb10..0f8678c74dae76dbf92171c7aa34957a3deb6d20 100644
--- a/src/ui/Avatar.h
+++ b/src/ui/Avatar.h
@@ -43,7 +43,5 @@ private:
         QColor text_color_;
         QIcon icon_;
         QPixmap pixmap_;
-        const std::string room;
-        const std::string user;
         int size_;
 };