Remove now unused disguiseTabWidget

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-07-09 14:37:17 +08:00
parent 37c77d81ec
commit 564be17ce4
No known key found for this signature in database
GPG key ID: C839200C384636B0
2 changed files with 0 additions and 10 deletions

View file

@ -1718,14 +1718,6 @@ void AccountSettings::initializeE2eEncryptionSettingsMessage()
connect(actionEnableE2e, &QAction::triggered, this, &AccountSettings::slotE2eEncryptionGenerateKeys);
}
void AccountSettings::disguiseTabWidget() const
{
// Ensure all elements of the tab widget are hidden.
// Document mode lets the child view take up the whole view.
_ui->tabWidget->setDocumentMode(true);
_ui->tabWidget->tabBar()->hide();
}
} // namespace OCC
#include "accountsettings.moc"

View file

@ -141,8 +141,6 @@ private:
/// Returns the alias of the selected folder, empty string if none
[[nodiscard]] QString selectedFolderAlias() const;
void disguiseTabWidget() const;
Ui::AccountSettings *_ui;
FolderStatusModel *_model;