diff options
Diffstat (limited to 'src/ui/dialog/settings/SettingsGeneral.h')
-rw-r--r-- | src/ui/dialog/settings/SettingsGeneral.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/ui/dialog/settings/SettingsGeneral.h b/src/ui/dialog/settings/SettingsGeneral.h index ecd2809e..be145b1f 100644 --- a/src/ui/dialog/settings/SettingsGeneral.h +++ b/src/ui/dialog/settings/SettingsGeneral.h @@ -98,25 +98,6 @@ class GeneralTab : public QWidget { * */ void slot_language_changed(); - - /** - * @brief - * - */ - void slot_update_custom_key_database_path_label(int state); - - /** - * @brief - * - */ - void slot_update_custom_gnupg_install_path_label(int state); - - /** - * @brief - * - */ - void slot_gnupg_stettings_changed(); - #endif }; } // namespace GpgFrontend::UI |