diff options
| author | 2011-04-26 14:31:44 +0200 | |
|---|---|---|
| committer | 2011-04-26 14:31:44 +0200 | |
| commit | 5faa1a4d052b41a7d98fc0e6c94f992721d914a2 (patch) | |
| tree | c6cbb98f18d6b89ea89e0257d56d8ad81233c13a /tools/idevicebackup4.c | |
| parent | 8c771ad2ee401bb098f0a437a3c86b68ea0bcde3 (diff) | |
| download | libimobiledevice-5faa1a4d052b41a7d98fc0e6c94f992721d914a2.tar.gz libimobiledevice-5faa1a4d052b41a7d98fc0e6c94f992721d914a2.tar.bz2 | |
idevicebackup4: Remove obsolete device_link_file_status_t enum
Diffstat (limited to 'tools/idevicebackup4.c')
| -rw-r--r-- | tools/idevicebackup4.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index 7084669..20980ec 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -67,12 +67,6 @@ enum plist_format_t { | |||
| 67 | PLIST_FORMAT_BINARY | 67 | PLIST_FORMAT_BINARY |
| 68 | }; | 68 | }; |
| 69 | 69 | ||
| 70 | enum device_link_file_status_t { | ||
| 71 | DEVICE_LINK_FILE_STATUS_NONE = 0, | ||
| 72 | DEVICE_LINK_FILE_STATUS_HUNK, | ||
| 73 | DEVICE_LINK_FILE_STATUS_LAST_HUNK | ||
| 74 | }; | ||
| 75 | |||
| 76 | static void notify_cb(const char *notification, void *userdata) | 70 | static void notify_cb(const char *notification, void *userdata) |
| 77 | { | 71 | { |
| 78 | if (!strcmp(notification, NP_SYNC_CANCEL_REQUEST)) { | 72 | if (!strcmp(notification, NP_SYNC_CANCEL_REQUEST)) { |
