From 2c33d31bbb721f4023d53e948adeee61784acbbd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 10 Oct 2019 23:59:05 +0200 Subject: NO-OP: whitespace --- libs/widgets/ardour_icon.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/widgets') diff --git a/libs/widgets/ardour_icon.cc b/libs/widgets/ardour_icon.cc index 10165c4b27..0743bfcfad 100644 --- a/libs/widgets/ardour_icon.cc +++ b/libs/widgets/ardour_icon.cc @@ -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; -- cgit v1.2.3