13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2019-10-10 23:59:05 +02:00
parent 42df310c6f
commit 2c33d31bbb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -338,7 +338,6 @@ static void icon_tool_audition (cairo_t *cr, const int width, const int height)
cairo_set_line_width (cr, 1.0);
cairo_stroke (cr);
cairo_save (cr);
cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);
cairo_set_source_rgba (cr, 1, 1, 1, 1);
@ -487,7 +486,6 @@ static void icon_tav_expand (cairo_t *cr, const int width, const int height)
cairo_fill (cr);
}
/*****************************************************************************
* Record enable (transport & track header).
*
@ -583,7 +581,6 @@ static void icon_rec_tape (cairo_t *cr, const int width, const int height, const
cairo_fill (cr);
}
/*****************************************************************************
* Transport buttons, foreground is always white
*/
@ -756,7 +753,6 @@ static void icon_transport_metronom (cairo_t *cr, const int width, const int hei
cairo_fill (cr);
}
/*****************************************************************************
* Zoom: In "+", Out "-" and Full "[]"
*/
@ -866,8 +862,6 @@ static void icon_zoom_expand (cairo_t *cr, const int width, const int height)
cairo_fill (cr);
}
/*****************************************************************************
* Misc buttons
*/
@ -1191,7 +1185,6 @@ static void icon_bypass (cairo_t *cr, const int width, const int height, const u
VECTORICONSTROKE(pt, fg_color);
}
static void icon_reset_knob (cairo_t *cr, const int width, const int height, const uint32_t fg_color)
{
const double x = width * .5;