mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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:
parent
1696ab0cb6
commit
a96e8ac62c
5 changed files with 44 additions and 84 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue