Remove old path remaps system

Unused in public repositories, deprecated for over 6 years, and the
replacement system is well-tested by now.
This commit is contained in:
RedMser 2024-05-05 18:23:25 +02:00
parent 1696ab0cb6
commit a96e8ac62c
5 changed files with 44 additions and 84 deletions

View file

@ -7142,7 +7142,6 @@ EditorNode::EditorNode() {
SceneState::set_disable_placeholders(true);
ResourceLoader::clear_translation_remaps(); // Using no remaps if in editor.
ResourceLoader::clear_path_remaps();
ResourceLoader::set_create_missing_resources_if_class_unavailable(true);
EditorPropertyNameProcessor *epnp = memnew(EditorPropertyNameProcessor);