summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-22 03:12:48 -0400
committerGravatar Joshua Hill2010-06-22 03:12:48 -0400
commit61db8cf5abc37ea0da1878961f209f3eb2ba31bf (patch)
tree713f843a431fee488efc577b97fa4712ebd43b0e
parentef2a1037524ad559658a31793d4a96e07773cebc (diff)
downloadidevicerestore-61db8cf5abc37ea0da1878961f209f3eb2ba31bf.tar.gz
idevicerestore-61db8cf5abc37ea0da1878961f209f3eb2ba31bf.tar.bz2
Fixed build error caused by libirecovery api change
-rw-r--r--src/recovery.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/recovery.c b/src/recovery.c
index 361ce11..52f4802 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -157,10 +157,6 @@ int recovery_open_with_timeout(irecv_client_t* client) {
debug("Retrying connection...\n");
}
- if (idevicerestore_debug) {
- irecv_set_debug(recovery, idevicerestore_debug);
- }
-
irecv_event_subscribe(recovery, IRECV_PROGRESS, &recovery_progress_callback, NULL);
*client = recovery;
return 0;