summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-06-20 13:28:19 -0400
committerBrian Potchik <brian@vector35.com>2020-06-20 13:28:19 -0400
commit1d6edd6eb2babad933ff69203ea932fd51b478c2 (patch)
treeedd8f13cce96d5f135a292dbbae70657d9a191d5 /binaryninjacore.h
parent3d9e96f84d781d1de57af895864d3183d2729a7a (diff)
Remove CopyValuesFrom Settings API.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 384e30f3..f82b6970 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -4526,7 +4526,6 @@ __attribute__ ((format (printf, 1, 2)))
BINARYNINJACOREAPI bool BNDeserializeSettings(BNSettings* settings, const char* contents, BNBinaryView* view, BNSettingsScope scope);
BINARYNINJACOREAPI char* BNSerializeSettings(BNSettings* settings, BNBinaryView* view, BNSettingsScope scope);
- BINARYNINJACOREAPI bool BNSettingsCopyValuesFrom(BNSettings* settings, BNSettings* source, BNSettingsScope scope);
BINARYNINJACOREAPI bool BNSettingsReset(BNSettings* settings, const char* key, BNBinaryView* view, BNSettingsScope scope);
BINARYNINJACOREAPI bool BNSettingsResetAll(BNSettings* settings, BNBinaryView* view, BNSettingsScope scope, bool schemaOnly);