13
0

remove unused variables

This commit is contained in:
Paul Davis 2022-08-31 13:51:20 -06:00
parent b11ba8eec7
commit 3a8c443499

View File

@ -166,11 +166,6 @@ CueEntry::render (ArdourCanvas::Rect const& area, Cairo::RefPtr<Cairo::Context>
return;
}
float width = _rect.width ();
float height = _rect.height ();
const double scale = UIConfiguration::instance ().get_ui_scale ();
if (_fill && !_transparent) {
setup_fill_context (context);
context->rectangle (draw.x0, draw.y0, draw.width (), draw.height ());