remove debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@13626 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1518,7 +1518,6 @@ void
|
||||
Editor::reset_focus ()
|
||||
{
|
||||
track_canvas->grab_focus();
|
||||
cerr << "Track canvas now has focus? " << track_canvas->has_focus() << endl;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
@@ -406,8 +406,6 @@ GainMeterBase::gain_activated ()
|
||||
{
|
||||
float f;
|
||||
|
||||
cerr << "GAin display activated\n";
|
||||
|
||||
{
|
||||
// Switch to user's preferred locale so that
|
||||
// if they use different LC_NUMERIC conventions,
|
||||
@@ -430,9 +428,6 @@ GainMeterBase::gain_activated ()
|
||||
|
||||
if (gain_display.has_focus()) {
|
||||
PublicEditor::instance().reset_focus();
|
||||
cerr << "reset focus\n";
|
||||
} else {
|
||||
cerr << "leave focus alone\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user