diff options
Diffstat (limited to 'src/restore.c')
-rw-r--r-- | src/restore.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/restore.c b/src/restore.c index 6ffcc19..72d075e 100644 --- a/src/restore.c +++ b/src/restore.c @@ -369,7 +369,6 @@ int restore_open_with_timeout(struct idevicerestore_client_t* client) { restore_error = restored_client_new(device, &restored, "idevicerestore"); if (restore_error != RESTORE_E_SUCCESS) { - //idevice_event_unsubscribe(); idevice_free(device); return -1; } @@ -381,7 +380,6 @@ int restore_open_with_timeout(struct idevicerestore_client_t* client) { } else { error("ERROR: Unable to connect to restored, error=%d\n", restore_error); restored_client_free(restored); - //idevice_event_unsubscribe(); idevice_free(device); return -1; } |