summaryrefslogtreecommitdiff
path: root/libs/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'libs/widgets')
-rw-r--r--libs/widgets/ardour_icon.cc7
1 files changed, 0 insertions, 7 deletions
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;