diff options
author | Martin Szulecki | 2011-04-26 14:31:44 +0200 |
---|---|---|
committer | Martin Szulecki | 2011-04-26 14:31:44 +0200 |
commit | 5faa1a4d052b41a7d98fc0e6c94f992721d914a2 (patch) | |
tree | c6cbb98f18d6b89ea89e0257d56d8ad81233c13a | |
parent | 8c771ad2ee401bb098f0a437a3c86b68ea0bcde3 (diff) | |
download | libimobiledevice-5faa1a4d052b41a7d98fc0e6c94f992721d914a2.tar.gz libimobiledevice-5faa1a4d052b41a7d98fc0e6c94f992721d914a2.tar.bz2 |
idevicebackup4: Remove obsolete device_link_file_status_t enum
-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 { PLIST_FORMAT_BINARY }; -enum device_link_file_status_t { - DEVICE_LINK_FILE_STATUS_NONE = 0, - DEVICE_LINK_FILE_STATUS_HUNK, - DEVICE_LINK_FILE_STATUS_LAST_HUNK -}; - static void notify_cb(const char *notification, void *userdata) { if (!strcmp(notification, NP_SYNC_CANCEL_REQUEST)) { |