summary refs log tree commit diff
path: root/src/ui/UserProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/UserProfile.h')
-rw-r--r--src/ui/UserProfile.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h

index 77b22323..62151266 100644 --- a/src/ui/UserProfile.h +++ b/src/ui/UserProfile.h
@@ -5,8 +5,6 @@ #include <QString> #include <QVector> -#include "MatrixClient.h" - namespace verification { Q_NAMESPACE @@ -116,8 +114,4 @@ private: bool isUserVerified = false; TimelineViewManager *manager; TimelineModel *model; - - void callback_fn(const mtx::responses::QueryKeys &res, - mtx::http::RequestErr err, - std::string user_id); };