diff options
| author | Brian Potchik <brian@vector35.com> | 2020-06-20 13:28:19 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-06-20 13:28:19 -0400 |
| commit | 1d6edd6eb2babad933ff69203ea932fd51b478c2 (patch) | |
| tree | edd8f13cce96d5f135a292dbbae70657d9a191d5 /python/settings.py | |
| parent | 3d9e96f84d781d1de57af895864d3183d2729a7a (diff) | |
Remove CopyValuesFrom Settings API.
Diffstat (limited to 'python/settings.py')
| -rw-r--r-- | python/settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
