diff options
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 5 |
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; |