remove unused variable

This commit is contained in:
Paul Davis 2021-11-10 11:55:20 -07:00
parent c4b189336e
commit 0d96753364

View File

@ -201,8 +201,6 @@ TriggerUI::TriggerUI (Item* parent, Trigger& t)
velocity_label->set_color (quantize_text->color());
velocity_label->set_font_description (UIConfiguration::instance ().get_NormalBoldFont ());
const double scale = UIConfiguration::instance().get_ui_scale();
/* Row 0 */
attach_with_span (follow_action_button, 0, 0, 2, 1, PackExpand, PackExpand);