From 038a49362570ac56bae330fda8a30635134fc509 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 1 Jul 2025 03:34:01 +0200 Subject: Removed unused 'entries' member from struct idevicerestore_client_t --- src/common.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src') diff --git a/src/common.h b/src/common.h index 08675a2..3bb648a 100644 --- a/src/common.h +++ b/src/common.h @@ -82,16 +82,6 @@ struct idevicerestore_mode_t { const char* string; }; -struct idevicerestore_entry_t { - char* name; - char* path; - char* filename; - char* blob_data; - uint32_t blob_size; - struct idevicerestore_entry* next; - struct idevicerestore_entry* prev; -}; - struct idevicerestore_client_t { int flags; int debug_level; @@ -115,7 +105,6 @@ struct idevicerestore_client_t { struct restore_client_t* restore; struct recovery_client_t* recovery; irecv_device_t device; - struct idevicerestore_entry_t** entries; struct idevicerestore_mode_t* mode; char* version; char* build; -- cgit v1.1-32-gdbae