summaryrefslogtreecommitdiff
path: root/python/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/settings.py')
-rw-r--r--python/settings.py3
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