diff transform/ModelTransformerFactory.h @ 859:13803edd513d tonioni

Use a settings setting for flexi/non-flexi determination -- this may not be the right thing in the long run but it's simpler and easier than passing through a random value that doesn't actually come from anywhere
author Chris Cannam
date Wed, 04 Dec 2013 19:30:02 +0000
parents dba8a02b0413
children b109b88bfa85
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.h	Wed Dec 04 19:29:19 2013 +0000
+++ b/transform/ModelTransformerFactory.h	Wed Dec 04 19:30:02 2013 +0000
@@ -129,11 +129,6 @@
     TransformerSet m_runningTransformers;
 
     static ModelTransformerFactory *m_instance;
-	/** 
-	* allows the  FeatureExtractionModelTransformer output model to be selected externally, 
-	* but only in case of the need for NoteModel or FlexiNoteModel 
-	*/
-	FeatureExtractionModelTransformer::PreferredOutputModel m_preferredOutputModel ;
 };