Delete unused function

This commit is contained in:
daleclack 2024-01-19 21:22:23 +08:00
parent 1465f3e386
commit 4f8b5f4399
2 changed files with 0 additions and 6 deletions

View File

@ -381,8 +381,3 @@ MyListStore MyPrefs::get_model()
// The store for the dropdown and list
return ver_list;
}
void MyPrefs::save_config_now()
{
btnok_clicked();
}

View File

@ -20,7 +20,6 @@ public:
// xe_config file management
void load_config();
void save_config_now();
// Background preferences
void set_background_id(int back_id);