From ea189e5fe5409e950e6825452cbb5a3c0ab7f81d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 11 Nov 2015 02:58:21 +0100 Subject: [PATCH] Remove main_exit_save_config --- frontend/frontend.h | 8 -------- 1 file changed, 8 deletions(-) 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: *