pull/24/head
Igor Belitskiy 2 years ago
parent 6fd3648898
commit 126a3ef690

@ -162,8 +162,6 @@ char *yon_ubl_root_user_get();
// parsing functions
config_str philos_list_user(int* size);
apps *yon_apps_scan_and_parse_desktops(int *sizef);
void yon_apps_sort(apps *applist, int size);

@ -201,9 +201,7 @@ void view_device_get_gui_data() {
}
view_device_all_config_temp->v_disk_remove.pfVectorAdd(&view_device_all_config_temp->v_disk_remove, yon_char_new(disk));
if (view_device_index != -1) {
_config = (disk_status*)vec_device->pfVectorGet(vec_device, view_device_index);
model_clear_cfg_device(_config);
vec_device->pfVectorDelete(vec_device, view_device_index);
}
}

Loading…
Cancel
Save