mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
AudioClock: drop unused offset
Recent refactorigns made it dead code. Kill it, even though it seems on track to something useful ...
This commit is contained in:
parent
1ca64eb8c1
commit
8c74099e80
2 changed files with 1 additions and 4 deletions
|
|
@ -101,7 +101,7 @@ timepos_t
|
|||
MainClock::absolute_time () const
|
||||
{
|
||||
if (get_is_duration ()) {
|
||||
return current_time () + offset ();
|
||||
return current_time ();
|
||||
} else {
|
||||
return current_time ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue