remove debug output
This commit is contained in:
parent
0f4a5f2d52
commit
93401d1883
@ -570,7 +570,6 @@ void
|
|||||||
ArdourMarker::set_position (timepos_t const & pos)
|
ArdourMarker::set_position (timepos_t const & pos)
|
||||||
{
|
{
|
||||||
unit_position = editor.sample_to_pixel (pos.samples()) - _shift;
|
unit_position = editor.sample_to_pixel (pos.samples()) - _shift;
|
||||||
cerr << "marker @ " << this << " set pos to " << unit_position << endl;
|
|
||||||
group->set_x_position (unit_position);
|
group->set_x_position (unit_position);
|
||||||
setup_line ();
|
setup_line ();
|
||||||
_position = pos;
|
_position = pos;
|
||||||
|
Loading…
Reference in New Issue
Block a user