mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
remove some debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@9380 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ee728d763d
commit
e43bac2e88
1 changed files with 0 additions and 3 deletions
|
|
@ -298,7 +298,6 @@ PluginUIWindow::app_activated (bool)
|
|||
#endif
|
||||
{
|
||||
#ifdef GTKOSX
|
||||
cerr << "APP activated ? " << yn << endl;
|
||||
if (_pluginui) {
|
||||
if (yn) {
|
||||
if (was_visible) {
|
||||
|
|
@ -635,7 +634,6 @@ PlugUIBase::toggle_plugin_analysis()
|
|||
|
||||
if (toplevel) {
|
||||
toplevel->get_size (pre_eq_size.width, pre_eq_size.height);
|
||||
cerr << "Pre EQ size was " << pre_eq_size.width << " x " << pre_eq_size.height << endl;
|
||||
}
|
||||
|
||||
plugin_analysis_expander.add (*eqgui);
|
||||
|
|
@ -654,7 +652,6 @@ PlugUIBase::toggle_plugin_analysis()
|
|||
Gtk::Window *toplevel = (Gtk::Window*) plugin_analysis_expander.get_ancestor (GTK_TYPE_WINDOW);
|
||||
|
||||
if (toplevel) {
|
||||
cerr << "reset size too " << pre_eq_size.width << " x " << pre_eq_size.height << endl;
|
||||
toplevel->resize (pre_eq_size.width, pre_eq_size.height);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue