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:
@@ -157,7 +157,6 @@ public:
|
||||
|
||||
Code code = WARNING_MAX;
|
||||
int start_line = -1, end_line = -1;
|
||||
int leftmost_column = -1, rightmost_column = -1;
|
||||
Vector<String> symbols;
|
||||
|
||||
String get_name() const;
|
||||
|
||||
Reference in New Issue
Block a user