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:
Rémi Verschelde
2025-01-14 10:59:40 +01:00
parent a69ccee151
commit 21fcb56547
16 changed files with 8 additions and 52 deletions

View File

@ -16,11 +16,6 @@
Return supported file extensions for this scene importer.
</description>
</method>
<method name="_get_import_flags" qualifiers="virtual const" deprecated="Unused by the engine, and will be removed in a future version. Implementing this has no effect.">
<return type="int" />
<description>
</description>
</method>
<method name="_get_import_options" qualifiers="virtual">
<return type="void" />
<param index="0" name="path" type="String" />