summaryrefslogtreecommitdiffstats
path: root/qtpasssettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtpasssettings.cpp')
-rw-r--r--qtpasssettings.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/qtpasssettings.cpp b/qtpasssettings.cpp
index 529de11d..8ef85547 100644
--- a/qtpasssettings.cpp
+++ b/qtpasssettings.cpp
@@ -332,15 +332,6 @@ void QtPassSettings::setUseSymbols(const bool &useSymbols) {
setBoolValue(SettingsConstants::useSymbols, useSymbols);
}
-int QtPassSettings::getPasswordCharsSelected(const int &defaultValue) {
- return getIntValue(SettingsConstants::passwordCharsSelected, defaultValue);
-}
-
-void QtPassSettings::setPasswordCharsSelected(
- const int &passwordCharsSelected) {
- setIntValue(SettingsConstants::passwordCharsSelected, passwordCharsSelected);
-}
-
int QtPassSettings::getPasswordLength(const int &defaultValue) {
return getIntValue(SettingsConstants::passwordLength, defaultValue);
}