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:
parent
a69ccee151
commit
21fcb56547
16 changed files with 8 additions and 52 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue