mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Remove unused EditorSceneFormatImporter::_get_import_flags
This has never been used since Godot was open sourced. Import flags are used but directly through `_import_scene`.
This commit is contained in:
@@ -301,3 +301,11 @@ Validate extension JSON: Error: Field 'classes/RenderingDevice/methods/uniform_b
|
||||
Validate extension JSON: Error: Field 'classes/RenderingDevice/methods/vertex_buffer_create/arguments': size changed value in new API, from 3 to 4.
|
||||
|
||||
Optional argument added. Compatibility methods registered.
|
||||
|
||||
|
||||
GH-101531
|
||||
---------
|
||||
Validate extension JSON: API was removed: classes/EditorSceneFormatImporter/methods/_get_import_flags
|
||||
|
||||
This virtual method, and the internal public `get_import_flags`, were never used by the engine, since it was open sourced.
|
||||
So we're removing it despite the compat breakage as there's no way for users to rely on this affecting engine behavior.
|
||||
|
||||
Reference in New Issue
Block a user