fix unused code warning

This commit is contained in:
Paul Davis 2022-06-21 17:32:50 -06:00
parent 48ab542ffa
commit e1f9d28d6a
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ MultiRegionPropertiesBox::set_session (Session* s)
void
MultiRegionPropertiesBox::region_selection_changed ()
{
timepos_t s, e;
Selection& selection (Editor::instance().get_selection());
// timepos_t s, e;
// Selection& selection (Editor::instance().get_selection());
}