mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
libtemporal: remove unnecessary initialization
This commit is contained in:
parent
f61adcd738
commit
38aa2560f3
1 changed files with 0 additions and 3 deletions
|
|
@ -1635,9 +1635,6 @@ TempoMap::_get_tempo_and_meter (typename const_traits_t::tempo_point_type & tp,
|
||||||
assert (!_meters.empty());
|
assert (!_meters.empty());
|
||||||
assert (!_points.empty());
|
assert (!_points.empty());
|
||||||
|
|
||||||
tp = 0;
|
|
||||||
mp = 0;
|
|
||||||
|
|
||||||
/* If the starting position is the beginning of the timeline (indicated
|
/* If the starting position is the beginning of the timeline (indicated
|
||||||
* by the default constructor value for the time_type (superclock_t,
|
* by the default constructor value for the time_type (superclock_t,
|
||||||
* Beats, BBT_Time), then we are always allowed to use the tempo &
|
* Beats, BBT_Time), then we are always allowed to use the tempo &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue