Remove unused class member variable.

This commit is contained in:
Andrius Štikonas 2021-12-28 16:21:40 +00:00
parent 519bea8fd5
commit 850ab0df40
2 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#include <QtGlobal>
#include <QFontDatabase>
#include <QPalette>
#include <QCheckBox>
#include <KColorScheme>
#include <KConfigGroup>

View File

@ -17,7 +17,6 @@
#include <fs/filesystem.h>
class Device;
class QCheckBox;
/** Dialog to create new Partitions.
@ -64,7 +63,6 @@ protected:
private:
PartitionRole::Roles m_PartitionRoles;
bool m_IsValidPassword;
QCheckBox *m_unsecuredPartition;
};
#endif