Merge pull request #66803 from akien-mga/core-remove-NO_THREADS

Remove `NO_THREADS` fallback code, Godot 4 requires thread support
This commit is contained in:
Rémi Verschelde 2022-10-03 14:51:02 +02:00
commit d598fff7c2
29 changed files with 13 additions and 561 deletions

View file

@ -18,12 +18,6 @@
Displays a modal dialog box using the host OS' facilities. Execution is blocked until the dialog is closed.
</description>
</method>
<method name="can_use_threads" qualifiers="const">
<return type="bool" />
<description>
Returns [code]true[/code] if the current host platform is using multiple threads.
</description>
</method>
<method name="close_midi_inputs">
<return type="void" />
<description>