summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2015-09-24 20:21:05 +0200
committerGravatar Nikias Bassen2015-09-24 20:21:05 +0200
commit448c063a4ade0713faccf6664f958072c8363f34 (patch)
treef0063360e7d448556dc74a4e9e2816dd8fa3f1c8 /src/common.h
parent719b964e80e330001e4004c0d2deba3e0a6ed05c (diff)
downloadidevicerestore-448c063a4ade0713faccf6664f958072c8363f34.tar.gz
idevicerestore-448c063a4ade0713faccf6664f958072c8363f34.tar.bz2
common: Remove plist_dict_merge() as it's already provided by libplist
Also, set libplist requirement to 1.12
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 0 insertions, 2 deletions
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