13
0

Remove unused method.

git-svn-id: svn://localhost/ardour2/branches/3.0@10356 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-31 21:16:25 +00:00
parent 1269b646dd
commit e81e0b60bf

View File

@ -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: