Remove duplicate assignment (amend 867460cd3)

This commit is contained in:
Robin Gareus
2017-11-23 15:34:21 +01:00
parent 406f9fa1ef
commit a2fa81cf82

View File

@@ -1912,7 +1912,6 @@ AudioClock::current_duration (samplepos_t pos) const
case MinSec:
case Seconds:
case Samples:
ret = last_when;
ret = last_when;
break;
}