Remove references to compiled GDScript in export

This feature was removed from GDScript so it should not be present on
the interface nor in the saved export presets.
This commit is contained in:
George Marques
2023-01-20 15:09:07 -03:00
parent 9f74f0f6c5
commit 7e5c2f945d
9 changed files with 2 additions and 77 deletions

View File

@ -11,12 +11,6 @@
<link title="GDScript documentation index">$DOCS_URL/tutorials/scripting/gdscript/index.html</link>
</tutorials>
<methods>
<method name="get_as_byte_code" qualifiers="const">
<return type="PackedByteArray" />
<description>
Returns byte code for the script source code.
</description>
</method>
<method name="new" qualifiers="vararg">
<return type="Variant" />
<description>