From 1d6edd6eb2babad933ff69203ea932fd51b478c2 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 20 Jun 2020 13:28:19 -0400 Subject: Remove CopyValuesFrom Settings API. --- binaryninjaapi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'binaryninjaapi.h') 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 view = nullptr, BNSettingsScope scope = SettingsAutoScope); std::string SerializeSettings(Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); - bool CopyValuesFrom(Ref source, BNSettingsScope scope = SettingsAutoScope); bool Reset(const std::string& key, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); bool ResetAll(Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope, bool schemaOnly = true); -- cgit v1.3.1