fix up waf build in wake of search path changes earlier today
[ardour.git] / libs / ardour / st_pitch.cc
index 307a41cbf7933ba440e35e1dda6432a0152f0a36..8e65ea2b5639016e54b74932fbd81b938095659d 100644 (file)
@@ -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;