You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Remove unused private variables in godot/editor
This commit is contained in:
@@ -172,7 +172,6 @@ class CodeTextEditor : public VBoxContainer {
|
||||
Label *line_and_col_txt = nullptr;
|
||||
Label *indentation_txt = nullptr;
|
||||
|
||||
Label *info = nullptr;
|
||||
Timer *idle = nullptr;
|
||||
float idle_time = 0.0f;
|
||||
float idle_time_with_errors = 0.0f;
|
||||
|
||||
@@ -41,7 +41,6 @@ class EditorSpinSlider : public Range {
|
||||
String suffix;
|
||||
int updown_offset = -1;
|
||||
bool hover_updown = false;
|
||||
bool mouse_hover = false;
|
||||
|
||||
TextureRect *grabber = nullptr;
|
||||
int grabber_range = 1;
|
||||
|
||||
Reference in New Issue
Block a user