Remove unused method.
git-svn-id: svn://localhost/ardour2/branches/3.0@10356 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1269b646dd
commit
e81e0b60bf
@ -124,14 +124,6 @@ class AudioDiskstream : public Diskstream
|
||||
}
|
||||
}
|
||||
|
||||
static void swap_by_ptr (Sample *first, Sample *last, framecnt_t n) {
|
||||
while (n--) {
|
||||
Sample tmp = *first;
|
||||
*first++ = *last;
|
||||
*last-- = tmp;
|
||||
}
|
||||
}
|
||||
|
||||
CubicInterpolation interpolation;
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user