summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-12-28 13:37:09 +0100
committerRobin Gareus <robin@gareus.org>2013-12-28 13:43:57 +0100
commit0f6686eea90bb9d0d96a525d505e9f3165be2973 (patch)
tree1ae69c17cd8a1963acd7aa066b2c2ed7eb5e3a79 /libs/ardour/ardour/buffer_set.h
parent37264c85a509aca4a4ea71e8e2c5d32c81956879 (diff)
remove unused API to explicitly set/unset buffer silent flag
Diffstat (limited to 'libs/ardour/ardour/buffer_set.h')
-rw-r--r--libs/ardour/ardour/buffer_set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h
index 26d47682af..5f8553218b 100644
--- a/libs/ardour/ardour/buffer_set.h
+++ b/libs/ardour/ardour/buffer_set.h
@@ -86,7 +86,6 @@ public:
const ChanCount& count() const { return _count; }
ChanCount& count() { return _count; }
- void set_is_silent(bool yn);
void silence (framecnt_t nframes, framecnt_t offset);
bool is_mirror() const { return _is_mirror; }