From 35313271a362fbcc8c84c375257c5e580249991f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 30 Aug 2023 00:37:12 +0200 Subject: [PATCH] Cleanup registration.h --- src/registration.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/registration.h b/src/registration.h index 1c8ae571d..a429c4a1c 100644 --- a/src/registration.h +++ b/src/registration.h @@ -11,7 +11,6 @@ #include #include -#include #include @@ -156,7 +155,6 @@ private: void testHomeserver(); void testUsername(); - QCoro::Task loadFlows(); void setStatus(Status status); Registration();