You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user