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. --- python/settings.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') diff --git a/python/settings.py b/python/settings.py index d09a001a..e8e12fba 100644 --- a/python/settings.py +++ b/python/settings.py @@ -210,9 +210,6 @@ class Settings(object): view = view.handle return core.BNSerializeSettings(self.handle, view, scope) - def copy_values_from(self, source, scope = SettingsScope.SettingsAutoScope): - return core.BNSettingsCopyValuesFrom(self.handle, source.handle, scope) - def reset(self, key, view = None, scope = SettingsScope.SettingsAutoScope): if view is not None: view = view.handle -- cgit v1.3.1