| 717 | } |
| 718 | |
| 719 | int ProjectWindow::GetTrackHeight(const Track &track) |
| 720 | { |
| 721 | return ChannelView::GetChannelGroupHeight(&track); |
| 722 | } |
| 723 | |
| 724 | int ProjectWindow::GetTotalHeight(const TrackList &trackList) |
| 725 | { |
no outgoing calls
no test coverage detected