summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/interpolation.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-23 10:40:48 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-23 10:40:48 +0000
commit417309d6d40e486e7a4757715b67780617a9c248 (patch)
treeeb5bfcfa917813ae903b2386dc7492e0b3a92593 /libs/ardour/ardour/interpolation.h
parentdd84d5312e2b09538aa98a1b21e84a458a2c145c (diff)
Fix some warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5259 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 () {}
};