From 417309d6d40e486e7a4757715b67780617a9c248 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 23 Jun 2009 10:40:48 +0000 Subject: Fix some warnings. git-svn-id: svn://localhost/ardour2/branches/3.0@5259 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/interpolation.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour/interpolation.h') diff --git a/libs/ardour/ardour/interpolation.h b/libs/ardour/ardour/interpolation.h index deb0204794..a2945ffc2b 100644 --- a/libs/ardour/ardour/interpolation.h +++ b/libs/ardour/ardour/interpolation.h @@ -24,7 +24,6 @@ class Interpolation { void add_channel_to (int input_buffer_size, int output_buffer_size) {} void remove_channel_from () {} - nframes_t interpolate (int channel, nframes_t nframes, Sample* input, Sample* output) {} void reset () {} }; -- cgit v1.2.3