mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
Remove unused signal
This commit is contained in:
parent
b196cef2c4
commit
b9c29c478c
2 changed files with 0 additions and 6 deletions
|
|
@ -401,8 +401,6 @@ public:
|
|||
PBD::Signal0<void> processor_latency_changed;
|
||||
/** the metering point has changed */
|
||||
PBD::Signal0<void> meter_change;
|
||||
/** route has updated its latency compensation */
|
||||
PBD::Signal0<void> signal_latency_updated;
|
||||
|
||||
/** Emitted with the process lock held */
|
||||
PBD::Signal0<void> io_changed;
|
||||
|
|
|
|||
|
|
@ -4329,10 +4329,6 @@ Route::apply_latency_compensation ()
|
|||
#endif
|
||||
|
||||
_delayline->set_delay (latcomp > 0 ? latcomp : 0);
|
||||
|
||||
if (old != _delayline->delay ()) {
|
||||
signal_latency_updated (); /* EMIT SIGNAL */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue