Remove wrong asserts
[ardour.git] / libs / ardour / st_pitch.cc
index 6138249e6186b4b94397be64cfbcc8425559f25b..752fdd8ae51aff73bb77ed4be0aa6678677dbece 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2004-2007 Paul Davis 
+    Copyright (C) 2004-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 #include "ardour/session.h"
 #include "ardour/audioregion.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -39,13 +39,12 @@ Pitch::Pitch (Session& s, TimeFXRequest& req)
        , tsr (req)
 
 {
-       tsr.progress = 0.0f;
+
 }
 
 int
 Pitch::run (boost::shared_ptr<Region> region)
 {
-       tsr.progress = 1.0f;
        tsr.done = true;
 
        return 1;