mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 06:58:22 +01:00
Remove dead code.
This commit is contained in:
parent
0b48eb68f8
commit
b68fd1cc25
2 changed files with 0 additions and 10 deletions
|
|
@ -453,10 +453,6 @@ ControlList::editor_add (double when, double value)
|
|||
/* this is for making changes from a graphical line editor
|
||||
*/
|
||||
|
||||
if (!clamp_value (when, value)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (_events.empty()) {
|
||||
|
||||
/* as long as the point we're adding is not at zero,
|
||||
|
|
@ -487,10 +483,6 @@ ControlList::add (double when, double value, bool with_guards, bool with_default
|
|||
control surface (GUI, MIDI, OSC etc)
|
||||
*/
|
||||
|
||||
if (!clamp_value (when, value)) {
|
||||
return;
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::ControlList, string_compose ("@%1 add %2 at %3 w/erase = %4 (new ? %6) at end ? %5\n",
|
||||
this, value, when, _in_write_pass, (most_recent_insert_iterator == _events.end()), new_write_pass));
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue