summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
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);