mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
GDScript: Remove leftmost_column and rightmost_column fields
This commit is contained in:
parent
428a762e98
commit
7aafa6ef18
11 changed files with 37 additions and 104 deletions
|
|
@ -144,8 +144,6 @@ bool GDScriptLanguage::validate(const String &p_script, const String &p_path, Li
|
|||
ScriptLanguage::Warning w;
|
||||
w.start_line = warn.start_line;
|
||||
w.end_line = warn.end_line;
|
||||
w.leftmost_column = warn.leftmost_column;
|
||||
w.rightmost_column = warn.rightmost_column;
|
||||
w.code = (int)warn.code;
|
||||
w.string_code = GDScriptWarning::get_name_from_code(warn.code);
|
||||
w.message = warn.get_message();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue