fix up st_pitch.cc to avoid dbl-declaration of destructor

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2743 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-12-04 20:35:55 +00:00
parent 5e17e6221f
commit 9822d185c4

View 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)
{