mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Cleanup unused engine code
This commit is contained in:
parent
90bdba576a
commit
2c048ea164
56 changed files with 4 additions and 615 deletions
|
|
@ -829,10 +829,6 @@ void SceneTreeEditor::set_display_foreign_nodes(bool p_display) {
|
|||
_update_tree();
|
||||
}
|
||||
|
||||
bool SceneTreeEditor::get_display_foreign_nodes() const {
|
||||
return display_foreign;
|
||||
}
|
||||
|
||||
void SceneTreeEditor::set_valid_types(const Vector<StringName> &p_valid) {
|
||||
valid_types = p_valid;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue