summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/modules/metadata/flat_files/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/modules/metadata/flat_files/main.cpp b/server/modules/metadata/flat_files/main.cpp
index fb52812..baaa933 100644
--- a/server/modules/metadata/flat_files/main.cpp
+++ b/server/modules/metadata/flat_files/main.cpp
@@ -40,7 +40,6 @@ void storage_impl::load(core_api *a)
info.version = "0.0.0.1draft";
info.default_settings["data_path"] = "~/.local/share/udm/metadata";
info.on_modules_loaded = boost::bind(&storage_impl::on_modules_loaded, this);
- info.set_module_settings = boost::bind(&storage_impl::set_module_settings, this);
std::cout<<"flat_files metadata module succesfully loaded\n";
}