1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Merge pull request #113706 from lodetrick/unused-and-forgotten

Codestyle: Remove unused private variables in `godot/editor`
This commit is contained in:
Rémi Verschelde
2025-12-09 17:17:18 +01:00
31 changed files with 0 additions and 57 deletions

View File

@@ -88,7 +88,6 @@ class ProjectExportDialog : public ConfirmationDialog {
Label *empty_label = nullptr;
Button *button_export = nullptr;
bool updating = false;
RichTextLabel *result_dialog_log = nullptr;