summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/qt5/accountpage.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt5/accountpage.hh b/ui/qt5/accountpage.hh
index cd7783a..de0e9a7 100644
--- a/ui/qt5/accountpage.hh
+++ b/ui/qt5/accountpage.hh
@@ -23,7 +23,6 @@ public:
AccountPage(QWidget *parent = nullptr);
bool isComplete() const;
-private:
std::array<UserAccountWidget *, 4> accountWidgets;
};