summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common.h11
1 files changed, 0 insertions, 11 deletions
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;