aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-15 17:02:40 +0000
committersaturneric <[email protected]>2024-01-15 17:02:40 +0000
commitd54f52ce70cba15f5199e93d3c6fb122143b0526 (patch)
treef75224f8d020c4c7498bd1ffb97c834e12ec8a2c /src/ui/main_window/MainWindow.h
parentfix: clean up useless code and make life easier (diff)
downloadGpgFrontend-d54f52ce70cba15f5199e93d3c6fb122143b0526.tar.gz
GpgFrontend-d54f52ce70cba15f5199e93d3c6fb122143b0526.zip
refactor: remove libconfig++ form project
Diffstat (limited to '')
-rw-r--r--src/ui/main_window/MainWindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h
index a88ed483..66b61d68 100644
--- a/src/ui/main_window/MainWindow.h
+++ b/src/ui/main_window/MainWindow.h
@@ -419,11 +419,6 @@ class MainWindow : public GeneralMainWindow {
void recover_editor_unsaved_pages_from_cache();
/**
- * @details Save settings to ini-file.
- */
- void save_settings();
-
- /**
* @brief return true, if restart is needed
*/
[[nodiscard]] int get_restart_needed() const;