You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
GDScript: Remove leftmost_column and rightmost_column fields
This commit is contained in:
@@ -214,7 +214,6 @@ public:
|
||||
/* EDITOR FUNCTIONS */
|
||||
struct Warning {
|
||||
int start_line = -1, end_line = -1;
|
||||
int leftmost_column = -1, rightmost_column = -1;
|
||||
int code;
|
||||
String string_code;
|
||||
String message;
|
||||
|
||||
Reference in New Issue
Block a user