| 722 | } |
| 723 | |
| 724 | int ProjectWindow::GetTotalHeight(const TrackList &trackList) |
| 725 | { |
| 726 | return ChannelView::GetTotalHeight(trackList); |
| 727 | } |
| 728 | |
| 729 | void ProjectWindow::SetChannelHeights(Track &track, unsigned height) |
| 730 | { |
no outgoing calls
no test coverage detected