Remove REDUNDANT_FOR_VARIABLE_TYPE

Remove REDUNDANT_FOR_VARIABLE_TYPE
This commit is contained in:
ryanabx
2023-09-05 12:56:37 -05:00
committed by Ryan Brue
parent 3ed4497113
commit ceda960131
8 changed files with 0 additions and 40 deletions

View File

@@ -492,9 +492,6 @@
<member name="debug/gdscript/warnings/redundant_await" type="int" setter="" getter="" default="1">
When set to [code]warn[/code] or [code]error[/code], produces a warning or an error respectively when a function that is not a coroutine is called with await.
</member>
<member name="debug/gdscript/warnings/redundant_for_variable_type" type="int" setter="" getter="" default="1">
When set to [code]warn[/code] or [code]error[/code], produces a warning or an error respectively when a [code]for[/code] variable type specifier is a supertype of the inferred type.
</member>
<member name="debug/gdscript/warnings/redundant_static_unload" type="int" setter="" getter="" default="1">
When set to [code]warn[/code] or [code]error[/code], produces a warning or an error respectively when the [code]@static_unload[/code] annotation is used in a script without any static variables.
</member>