From 448c063a4ade0713faccf6664f958072c8363f34 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 24 Sep 2015 20:21:05 +0200 Subject: common: Remove plist_dict_merge() as it's already provided by libplist Also, set libplist requirement to 1.12 --- src/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index f7c9fd2..8340d03 100644 --- a/src/common.h +++ b/src/common.h @@ -131,8 +131,6 @@ int mkdir_with_parents(const char *dir, int mode); void idevicerestore_progress(struct idevicerestore_client_t* client, int step, double progress); -void plist_dict_merge(plist_t* dictionary, plist_t node); - #ifdef __cplusplus } #endif -- cgit v1.1-32-gdbae