From b09706b48b00d00cfd61638d9e9b932484b29b79 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 29 Jun 2021 03:59:10 +0200 Subject: Remove unused functions --- src/recovery.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/recovery.h') diff --git a/src/recovery.h b/src/recovery.h index 714943a..154d7d1 100644 --- a/src/recovery.h +++ b/src/recovery.h @@ -40,7 +40,6 @@ struct recovery_client_t { plist_t tss; }; -int recovery_check_mode(struct idevicerestore_client_t* client); int recovery_client_new(struct idevicerestore_client_t* client); void recovery_client_free(struct idevicerestore_client_t* client); int recovery_enter_restore(struct idevicerestore_client_t* client, plist_t build_identity); -- cgit v1.1-32-gdbae