diff --git a/frontend/frontend.h b/frontend/frontend.h index ce97054a87..92393fe2b1 100644 --- a/frontend/frontend.h +++ b/frontend/frontend.h @@ -37,14 +37,6 @@ extern "C" { **/ void main_exit(void *args); -/** - * main_exit_save_config: - * - * Saves configuration file to disk, and (optionally) - * autosave state. - **/ -void main_exit_save_config(void); - /** * main_entry: *