summaryrefslogtreecommitdiff
path: root/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'settings.cpp')
-rw-r--r--settings.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/settings.cpp b/settings.cpp
index 26448937..e963a6d1 100644
--- a/settings.cpp
+++ b/settings.cpp
@@ -181,12 +181,6 @@ string Settings::SerializeSettings(Ref<BinaryView> view, BNSettingsScope scope)
}
-bool Settings::CopyValuesFrom(Ref<Settings> source, BNSettingsScope scope)
-{
- return BNSettingsCopyValuesFrom(m_object, source->GetObject(), scope);
-}
-
-
bool Settings::Reset(const string& key, Ref<BinaryView> view, BNSettingsScope scope)
{
return BNSettingsReset(m_object, key.c_str(), view ? view->GetObject() : nullptr, scope);