You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editor/editor_log.h
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,6 @@ class EditorLog : public HBoxContainer {
139
139
Button *show_search_button = nullptr;
140
140
LineEdit *search_box = nullptr;
141
141
142
-
// Reference to the "Output" button on the toolbar so we can update its icon when warnings or errors are encountered.
143
-
Button *tool_button = nullptr;
144
-
145
142
bool is_loading_state = false; // Used to disable saving requests while loading (some signals from buttons will try to trigger a save, which happens during loading).
146
143
Timer *save_state_timer = nullptr;
147
144
@@ -165,6 +162,7 @@ class EditorLog : public HBoxContainer {
0 commit comments