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:
parent
b6ac91c0e6
commit
3fcb9b1ec1
35 changed files with 27 additions and 431 deletions
|
|
@ -819,7 +819,6 @@ void ScriptEditorDebugger::_performance_draw() {
|
|||
if(which.empty())
|
||||
return;
|
||||
|
||||
Color graph_color=get_color("font_color","TextEdit");
|
||||
Ref<StyleBox> graph_sb = get_stylebox("normal","TextEdit");
|
||||
Ref<Font> graph_font = get_font("font","TextEdit");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue