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:
@@ -38,7 +38,6 @@ void EditorPath::_notification(int p_what) {
|
||||
|
||||
RID ci=get_canvas_item();
|
||||
Ref<Font> label_font = get_font("font","Label");
|
||||
Color label_color = get_color("font_color","Label");
|
||||
Size2i size = get_size();
|
||||
Ref<Texture> sn = get_icon("SmallNext","EditorIcons");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user