summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/interpolation.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/interpolation.h')
-rw-r--r--libs/ardour/ardour/interpolation.h1
1 files changed, 0 insertions, 1 deletions
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 () {}
};