Delete unused function
This commit is contained in:
parent
1465f3e386
commit
4f8b5f4399
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue