You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Removed unused variables (second pass) + dead code
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
This commit is contained in:
@@ -118,9 +118,10 @@ void ShaderTextEditor::_load_theme_settings() {
|
||||
|
||||
get_text_edit()->add_color_region("/*","*/",comment_color,false);
|
||||
get_text_edit()->add_color_region("//","",comment_color,false);
|
||||
//colorize strings
|
||||
|
||||
/*//colorize strings
|
||||
Color string_color = EDITOR_DEF("text_editor/string_color",Color::hex(0x6b6f00ff));
|
||||
/*
|
||||
|
||||
List<String> strings;
|
||||
shader->get_shader_mode()->get_string_delimiters(&strings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user