diff --git a/data/editor.config b/data/editor.config index b1edcd82f5..0a65fbef43 100644 --- a/data/editor.config +++ b/data/editor.config @@ -1129,12 +1129,5 @@ - - - - - - - diff --git a/editor/editor_tests/config_loader_test.cpp b/editor/editor_tests/config_loader_test.cpp index b100b57bc9..a6a6a39082 100644 --- a/editor/editor_tests/config_loader_test.cpp +++ b/editor/editor_tests/config_loader_test.cpp @@ -20,8 +20,6 @@ void CheckGeneralTags(pugi::xml_document const & doc) TEST(!types.empty(), ()); auto const fields = doc.select_nodes("/omaps/editor/fields"); TEST(!fields.empty(), ()); - auto const preferred_types = doc.select_nodes("/omaps/editor/preferred_types"); - TEST(!preferred_types.empty(), ()); } UNIT_TEST(ConfigLoader_Base)