summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-09 12:56:00 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:21 -0500
commitaa637cd534b51f5607fceb711cf652052af68a30 (patch)
tree49dcb2f44a46643b049f948eca175ac28d57e116 /gtk2_ardour/rc_option_editor.cc
parent77b6b25f2d4069378939725e9a4892ca84c9c73e (diff)
remove debug output
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 1d78c8e855..5bb68bd6e5 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -3259,8 +3259,6 @@ RCOptionEditor::use_own_window (bool and_fill_it)
if (win && new_window) {
win->set_name ("PreferencesWindow");
ARDOUR_UI::instance()->setup_toplevel_window (*win, _("Preferences"), this);
-
- cerr << "created prefs window\n";
}
return win;