diff options
Diffstat (limited to 'include/ChatPage.h')
-rw-r--r-- | include/ChatPage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h index 0eae3838..3da84b33 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h @@ -83,7 +83,6 @@ private slots: void updateTopBarAvatar(const QString &roomid, const QPixmap &img); void updateOwnProfileInfo(const QUrl &avatar_url, const QString &display_name); void updateOwnCommunitiesInfo(const QList<QString> &own_communities); - void setOwnAvatar(const QPixmap &img); void initialSyncCompleted(const mtx::responses::Sync &response); void syncCompleted(const mtx::responses::Sync &response); void changeTopRoomInfo(const QString &room_id); |