summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-24 15:41:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-24 15:41:23 +0000
commit2e765255e9ca05c89a8ed921575e937d423953f5 (patch)
tree207fbf3a3c70525bc359f8e79c363357745f6017 /gtk2_ardour/sfdb_ui.cc
parent47e8a7ac4a307b25b0f79f078ac0015ae8680ede (diff)
improvements (?) for window visibility during session loading - time to test on linux
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2476 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 5767cf12d1..1ba31404ed 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -526,8 +526,6 @@ SoundFileBrowser::update_preview ()
void
SoundFileBrowser::found_list_view_selected ()
{
- cerr << "file selected\n";
-
if (!reset_options ()) {
set_response_sensitive (RESPONSE_OK, false);
} else {
@@ -625,8 +623,6 @@ SoundFileOmega::reset_options ()
abort ();
}
- cerr << "got " << paths.size() << " paths at depth = " << reset_depth << endl;
-
if (paths.empty()) {
channel_combo.set_sensitive (false);
@@ -1139,8 +1135,6 @@ SoundFileOmega::file_selection_changed ()
return;
}
- cerr << "file selection changed\n";
-
if (!reset_options ()) {
set_response_sensitive (RESPONSE_OK, false);
} else {