13
0

remove commented code.

This commit is contained in:
nick_m 2016-11-04 04:18:00 +11:00
parent 9df27844fc
commit 2f593e3af9

View File

@ -549,11 +549,6 @@ Region::set_position_lock_style (PositionLockStyle ps)
_position_lock_style = ps;
if (_position_lock_style == MusicTime) {
//_beat = _session.tempo_map().beat_at_frame (_position);
//_pos_beats = _session.tempo_map().quarter_note_at_frame (_position);
}
send_change (Properties::position_lock_style);
}
}