Merge pull request #9502 from anakimluke/remove_outdated_comment
Removed outdated comment.
This commit is contained in:
commit
9e460020de
1 changed files with 0 additions and 4 deletions
|
@ -382,10 +382,6 @@ EditorSettingsDialog::EditorSettingsDialog() {
|
|||
press_a_key->add_child(l);
|
||||
press_a_key->connect("gui_input", this, "_wait_for_key");
|
||||
press_a_key->connect("confirmed", this, "_press_a_key_confirm");
|
||||
//Button *load = memnew( Button );
|
||||
|
||||
//load->set_text("Load..");
|
||||
//hbc->add_child(load);
|
||||
|
||||
//get_ok()->set_text("Apply");
|
||||
set_hide_on_ok(true);
|
||||
|
|
Loading…
Reference in a new issue