summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer.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.h
parent37264c85a509aca4a4ea71e8e2c5d32c81956879 (diff)
remove unused API to explicitly set/unset buffer silent flag
Diffstat (limited to 'libs/ardour/ardour/buffer.h')
-rw-r--r--libs/ardour/ardour/buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/buffer.h b/libs/ardour/ardour/buffer.h
index 4570a7a663..0d0f5d3758 100644
--- a/libs/ardour/ardour/buffer.h
+++ b/libs/ardour/ardour/buffer.h
@@ -61,7 +61,6 @@ public:
DataType type() const { return _type; }
bool silent() const { return _silent; }
- void set_is_silent(bool yn) { _silent = yn; }
/** Reallocate the buffer used internally to handle at least @a size_t units of data.
*