From 61db8cf5abc37ea0da1878961f209f3eb2ba31bf Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Tue, 22 Jun 2010 03:12:48 -0400 Subject: Fixed build error caused by libirecovery api change --- src/recovery.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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; -- cgit v1.1-32-gdbae