Remove unused method..
[ardour.git] / libs / ardour / resampled_source.cc
index 083fde95a1a683a5f8792dd0b72d05d5a2dda41f..cfc5c9f4f19a16628d2cb4424aeed9fc66f26a9e 100644 (file)
@@ -17,9 +17,9 @@
 
 */
 
-#include <pbd/error.h>
-#include <ardour/resampled_source.h>
-#include <pbd/failed_constructor.h>
+#include "pbd/error.h"
+#include "ardour/resampled_source.h"
+#include "pbd/failed_constructor.h"
 
 #include "i18n.h"
 
@@ -37,7 +37,7 @@ ResampledImportableSource::ResampledImportableSource (boost::shared_ptr<Importab
        
        /* Initialize the sample rate converter. */
        
-       int src_type = SRC_LINEAR;
+       int src_type = SRC_SINC_BEST_QUALITY;
 
        switch (srcq) {
        case SrcBest: