mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 20:22:49 +08:00
Remove dead code in FileSystemDock
This commit is contained in:
parent
24337f9c5e
commit
9605a1d0da
@ -234,13 +234,6 @@ void FileSystemDock::_dir_selected() {
|
||||
|
||||
|
||||
button_favorite->set_pressed(found);
|
||||
if (ti->get_parent() && ti->get_parent()->get_parent()==tree->get_root() && !ti->get_parent()->get_prev()) {
|
||||
|
||||
//a favorite!!!
|
||||
} else {
|
||||
|
||||
|
||||
}
|
||||
|
||||
if (!split_mode) {
|
||||
_open_pressed(); //go directly to dir
|
||||
|
Loading…
Reference in New Issue
Block a user