Style: Cleanup single-line blocks, semicolons, dead code
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported.
This commit is contained in:
parent
f5b9cbaff6
commit
b8b4580448
137 changed files with 847 additions and 1269 deletions
|
|
@ -589,11 +589,6 @@ void EditorData::remove_scene(int p_idx) {
|
|||
}
|
||||
|
||||
bool EditorData::_find_updated_instances(Node *p_root, Node *p_node, Set<String> &checked_paths) {
|
||||
/*
|
||||
if (p_root!=p_node && p_node->get_owner()!=p_root && !p_root->is_editable_instance(p_node->get_owner()))
|
||||
return false;
|
||||
*/
|
||||
|
||||
Ref<SceneState> ss;
|
||||
|
||||
if (p_node == p_root) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue