mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
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
|
|
@ -464,14 +464,6 @@ void ShaderEditor::_bind_methods() {
|
|||
}
|
||||
|
||||
void ShaderEditor::ensure_select_current() {
|
||||
/*
|
||||
if (tab_container->get_child_count() && tab_container->get_current_tab()>=0) {
|
||||
ShaderTextEditor *ste = Object::cast_to<ShaderTextEditor>(tab_container->get_child(tab_container->get_current_tab()));
|
||||
if (!ste)
|
||||
return;
|
||||
Ref<Shader> shader = ste->get_edited_shader();
|
||||
get_scene()->get_root_node()->call("_resource_selected",shader);
|
||||
}*/
|
||||
}
|
||||
|
||||
void ShaderEditor::goto_line_selection(int p_line, int p_begin, int p_end) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue