diff --git a/core/include/path.hpp b/core/include/path.hpp index 6ef48548..823ad658 100644 --- a/core/include/path.hpp +++ b/core/include/path.hpp @@ -60,10 +60,6 @@ namespace vind static const auto obj = MODULE_ROOT_PATH() + "\\default_config\\settings.json" ; return obj ; } - inline const auto& UI() { - static const auto& obj = MODULE_ROOT_PATH() + "\\default_config\\ui.json" ; - return obj ; - } } } }