mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove redundant Variant-types initializations
This commit is contained in:
parent
963ffd8b94
commit
3b14f0334c
52 changed files with 118 additions and 118 deletions
|
@ -853,7 +853,7 @@ ScriptLanguage::ScriptTemplate ScriptCreateDialog::_parse_template(const ScriptL
|
|||
script_template.inherit = p_inherits;
|
||||
String space_indent = " ";
|
||||
// Get meta delimiter
|
||||
String meta_delimiter = String();
|
||||
String meta_delimiter;
|
||||
List<String> comment_delimiters;
|
||||
p_language->get_comment_delimiters(&comment_delimiters);
|
||||
for (const String &script_delimiter : comment_delimiters) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue