changeset 167:665342c6ec57

* Add a bit of resistance to pane dragging so as to make it harder to inadvertently drag in the other axis from the one you intended
author Chris Cannam
date Fri, 22 Sep 2006 16:46:10 +0000
parents 702fc936e6a6
children 04baa690f90d
files plugin/DSSIPluginFactory.cpp
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/DSSIPluginFactory.cpp	Fri Sep 22 16:12:23 2006 +0000
+++ b/plugin/DSSIPluginFactory.cpp	Fri Sep 22 16:46:10 2006 +0000
@@ -331,12 +331,12 @@
 
         rtd->category = category.toStdString();
 	
-	std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID
-                  << ", identifier is \"" << identifier.toStdString()
-		  << "\", category is \"" << category.toStdString()
-		  << "\", name is " << ladspaDescriptor->Name
-		  << ", label is " << ladspaDescriptor->Label
-		  << std::endl;
+//	std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID
+//                  << ", identifier is \"" << identifier.toStdString()
+//		  << "\", category is \"" << category.toStdString()
+//		  << "\", name is " << ladspaDescriptor->Name
+//		  << ", label is " << ladspaDescriptor->Label
+//		  << std::endl;
 	
 	def_uri = lrdf_get_default_uri(ladspaDescriptor->UniqueID);
 	if (def_uri) {