summary refs log tree commit diff
path: root/src/RegisterPage.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-05 18:05:27 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-05 18:05:27 +0300
commit0c6a3b6282293b5539d8711663df8d71d45f6892 (patch)
tree5bf379f74ed2c2b0aec91d9565bb029161af41ee /src/RegisterPage.h
parentFallback to the login screen when the one-time keys cannot be uploaded (diff)
downloadnheko-0c6a3b6282293b5539d8711663df8d71d45f6892.tar.xz
Remove captcha dialog from the member list
Diffstat (limited to 'src/RegisterPage.h')
-rw-r--r--src/RegisterPage.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/RegisterPage.h b/src/RegisterPage.h
index 1f39ab0c..b05cf150 100644
--- a/src/RegisterPage.h
+++ b/src/RegisterPage.h
@@ -25,10 +25,6 @@ class FlatButton;
 class RaisedButton;
 class TextField;
 
-namespace dialogs {
-class ReCaptcha;
-}
-
 class RegisterPage : public QWidget
 {
         Q_OBJECT
@@ -77,7 +73,4 @@ private:
         TextField *password_input_;
         TextField *password_confirmation_;
         TextField *server_input_;
-
-        //! ReCaptcha dialog.
-        std::shared_ptr<dialogs::ReCaptcha> captchaDialog_;
 };