summaryrefslogtreecommitdiffstats
path: root/src/server/AudioBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/AudioBuffer.hpp')
-rw-r--r--src/server/AudioBuffer.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/AudioBuffer.hpp b/src/server/AudioBuffer.hpp
index 51fb9ec2..b4d023c9 100644
--- a/src/server/AudioBuffer.hpp
+++ b/src/server/AudioBuffer.hpp
@@ -70,8 +70,6 @@ public:
void prepare_read(Context& context);
void prepare_write(Context& context) {}
- void resize(uint32_t size);
-
private:
enum State { OK, HALF_SET_CYCLE_1, HALF_SET_CYCLE_2 };