mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +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:
parent
b6ac91c0e6
commit
3fcb9b1ec1
35 changed files with 27 additions and 431 deletions
|
|
@ -186,9 +186,8 @@ void GraphColorRampEdit::_notification(int p_what){
|
|||
Point prev;
|
||||
prev.offset=0;
|
||||
prev.color=Color(0,0,0);
|
||||
int w = get_size().x;
|
||||
int h = get_size().y;
|
||||
|
||||
int h = get_size().y;
|
||||
int total_w = get_size().width-get_size().height-3;
|
||||
|
||||
for(int i=-1;i<points.size();i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue