summaryrefslogtreecommitdiff
path: root/binaryninjaapi.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 /binaryninjaapi.h
parent3d9e96f84d781d1de57af895864d3183d2729a7a (diff)
Remove CopyValuesFrom Settings API.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 3d48b6b4..60320769 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -5070,7 +5070,6 @@ __attribute__ ((format (printf, 1, 2)))
bool DeserializeSettings(const std::string& contents, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
std::string SerializeSettings(Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
- bool CopyValuesFrom(Ref<Settings> source, BNSettingsScope scope = SettingsAutoScope);
bool Reset(const std::string& key, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
bool ResetAll(Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope, bool schemaOnly = true);