summaryrefslogtreecommitdiff
path: root/libs/ardour/st_pitch.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-12-04 20:35:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-12-04 20:35:55 +0000
commit9822d185c4b4197fc892445fdb90a77376faa43e (patch)
treefbedb873f34e037f7c2f2ab946ab9ca0c2932b2c /libs/ardour/st_pitch.cc
parent5e17e6221f5b93f352b64b1acc64b9496a3f284a (diff)
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
Diffstat (limited to 'libs/ardour/st_pitch.cc')
-rw-r--r--libs/ardour/st_pitch.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/st_pitch.cc b/libs/ardour/st_pitch.cc
index 8626d0f619..d273d13734 100644
--- a/libs/ardour/st_pitch.cc
+++ b/libs/ardour/st_pitch.cc
@@ -42,10 +42,6 @@ Pitch::Pitch (Session& s, TimeFXRequest& req)
tsr.progress = 0.0f;
}
-Pitch::~Pitch ()
-{
-}
-
int
Pitch::run (boost::shared_ptr<AudioRegion> region)
{