Remove dead code

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
This commit is contained in:
Felix Weilbach 2021-06-22 11:53:50 +02:00 committed by Felix Weilbach (Rebase PR Action)
parent ad3b48c2c5
commit 216a57c74e
2 changed files with 0 additions and 19 deletions

View file

@ -119,21 +119,6 @@ void OwncloudSetupPage::setupCustomization()
_ui.leUrl->setPalette(leUrlPalette);
}
#ifdef WITH_PROVIDERS
void OwncloudSetupPage::slotLogin()
{
_ocWizard->setRegistration(false);
}
void OwncloudSetupPage::slotGotoProviderList()
{
_ocWizard->setRegistration(true);
_ocWizard->setAuthType(DetermineAuthTypeJob::AuthType::WebViewFlow);
_authTypeKnown = true;
_checking = false;
emit completeChanged();
}
#endif
// slot hit from textChanged of the url entry field.
void OwncloudSetupPage::slotUrlChanged(const QString &url)
{

View file

@ -67,10 +67,6 @@ public slots:
protected slots:
void slotUrlChanged(const QString &);
void slotUrlEditFinished();
#ifdef WITH_PROVIDERS
void slotLogin();
void slotGotoProviderList();
#endif
void setupCustomization();