mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Remove duplicate assignment (amend 867460cd3)
This commit is contained in:
parent
406f9fa1ef
commit
a2fa81cf82
1 changed files with 0 additions and 1 deletions
|
|
@ -1912,7 +1912,6 @@ AudioClock::current_duration (samplepos_t pos) const
|
|||
case MinSec:
|
||||
case Seconds:
|
||||
case Samples:
|
||||
ret = last_when;
|
||||
ret = last_when;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue