NOOP: some minor whitespace fixes

This commit is contained in:
Paul Davis 2022-03-30 13:09:22 -06:00
parent 7c6bce5cda
commit d586956636
3 changed files with 2 additions and 4 deletions

View file

@ -297,7 +297,6 @@ MidiStreamView::redisplay_track ()
apply_note_range(_lowest_note, _highest_note, false);
}
void
MidiStreamView::update_contents_height ()
{

View file

@ -340,7 +340,6 @@ StreamView::playlist_switched (boost::weak_ptr<Track> wtr)
tr->playlist()->ContentsChanged.connect (playlist_connections, invalidator (*this), boost::bind (&StreamView::update_coverage_frame, this), gui_context());
}
void
StreamView::apply_color (Gdk::Color const& c, ColorTarget target)
{