From 9822d185c4b4197fc892445fdb90a77376faa43e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 4 Dec 2007 20:35:55 +0000 Subject: [PATCH] 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 --- libs/ardour/st_pitch.cc | 4 ---- 1 file changed, 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 region) { -- 2.30.2