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/idevicerestore.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/idevicerestore.h') diff --git a/src/idevicerestore.h b/src/idevicerestore.h index e7690c2..a7f3609 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -82,7 +82,6 @@ void idevicerestore_set_debug_stream(FILE* strm); int idevicerestore_start(struct idevicerestore_client_t* client); const char* idevicerestore_get_error(void); -int check_mode(struct idevicerestore_client_t* client); irecv_device_t get_irecv_device(struct idevicerestore_client_t* client); int get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); int is_image4_supported(struct idevicerestore_client_t* client); -- cgit v1.1-32-gdbae