mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
Remove some debug code.
git-svn-id: svn://localhost/ardour2/branches/3.0@5225 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ece809f1db
commit
6b20256ad4
1 changed files with 0 additions and 2 deletions
|
|
@ -121,12 +121,10 @@ bool
|
|||
EditorGroupTabs::on_button_press_event (GdkEventButton* ev)
|
||||
{
|
||||
int32_t y = 0;
|
||||
cout << y << "\n";
|
||||
Editor::TrackViewList::iterator i = _editor->track_views.begin();
|
||||
while (y < ev->y && i != _editor->track_views.end()) {
|
||||
y += (*i)->effective_height ();
|
||||
if (y < ev->y) {
|
||||
cout << "skip past " << (*i)->name() << "\n";
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue