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