mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
remvoe unused variable
This commit is contained in:
parent
9ed6eeacd2
commit
ecf9e9e368
1 changed files with 0 additions and 1 deletions
|
|
@ -1487,7 +1487,6 @@ CueEditor::count_in (Temporal::timepos_t audible, unsigned int clock_interval_ms
|
|||
TempoMapPoints grid_points;
|
||||
TempoMap::SharedPtr tmap (TempoMap::use());
|
||||
Temporal::Beats audible_beats = tmap->quarters_at_sample (audible.samples());
|
||||
samplepos_t audible_samples = audible.samples ();
|
||||
|
||||
if (audible_beats >= count_in_to) {
|
||||
/* passed the count_in_to time */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue