mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Removed an unused and leaked CheckButton instance in theme editor plugin
(cherry picked from commit cbf2d3cdc4)
This commit is contained in:
committed by
Rémi Verschelde
parent
28d48a0886
commit
78a7f945e4
@@ -683,7 +683,6 @@ ThemeEditor::ThemeEditor() {
|
||||
CheckButton *cb = memnew(CheckButton);
|
||||
cb->set_text("CheckButton");
|
||||
first_vb->add_child(cb);
|
||||
cb = memnew(CheckButton);
|
||||
CheckBox *cbx = memnew(CheckBox);
|
||||
cbx->set_text("CheckBox");
|
||||
first_vb->add_child(cbx);
|
||||
|
||||
Reference in New Issue
Block a user