mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
NO-OP: whitespace
This commit is contained in:
parent
42df310c6f
commit
2c33d31bbb
1 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue