fix up st_pitch.cc to avoid dbl-declaration of destructor
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 4 Dec 2007 20:35:55 +0000 (20:35 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 4 Dec 2007 20:35:55 +0000 (20:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2743 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/st_pitch.cc

index 8626d0f61907c7fa0f22eb0afd5c5c3801a75f8f..d273d13734fad881b7ebd2ef669748c2e925910d 100644 (file)
@@ -42,10 +42,6 @@ Pitch::Pitch (Session& s, TimeFXRequest& req)
        tsr.progress = 0.0f;
 }
 
-Pitch::~Pitch ()
-{
-}
-
 int
 Pitch::run (boost::shared_ptr<AudioRegion> region)
 {