mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
Remove more deprecated methods and code
This commit is contained in:
parent
f1ac292084
commit
54ac8eaba6
36 changed files with 66 additions and 502 deletions
|
|
@ -4099,10 +4099,6 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
|
|||
|
||||
_ADVANCE_AND_CONSUME_NEWLINES;
|
||||
|
||||
if (tokenizer->get_token() == GDScriptTokenizer::TK_PARENTHESIS_CLOSE) {
|
||||
WARN_DEPRECATED_MSG("Exporting bit flags hint requires string constants.");
|
||||
break;
|
||||
}
|
||||
if (tokenizer->get_token() != GDScriptTokenizer::TK_COMMA) {
|
||||
_set_error("Expected \",\" in the bit flags hint.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue