triggerbox: NO-OP move code around
This commit is contained in:
parent
233491c88a
commit
88e9db30e3
@ -1869,13 +1869,6 @@ TriggerBox::TriggerBox (Session& s, DataType dt)
|
||||
Config->ParameterChanged.connect_same_thread (*this, boost::bind (&TriggerBox::parameter_changed, this, _1));
|
||||
}
|
||||
|
||||
void
|
||||
TriggerBox::scene_bang (uint32_t n)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::Triggers, string_compose ("scene bang on %1 for %2\n", n));
|
||||
_pending_scene = n;
|
||||
}
|
||||
|
||||
void
|
||||
TriggerBox::set_region (uint32_t slot, boost::shared_ptr<Region> region)
|
||||
{
|
||||
@ -1935,6 +1928,13 @@ TriggerBox::maybe_swap_pending (uint32_t slot)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
TriggerBox::scene_bang (uint32_t n)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::Triggers, string_compose ("scene bang on %1 for %2\n", n));
|
||||
_pending_scene = n;
|
||||
}
|
||||
|
||||
void
|
||||
TriggerBox::scene_unbang (uint32_t n)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user