Skip to content

Commit d233015

Browse files
committed
Remove obsolete functions
1 parent 6094e12 commit d233015

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/CommonHelix.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ class CommonHelix {
9292
/// returns true if active
9393
operator bool() { return active; }
9494

95-
/// Defines the delay that is added at each segment
96-
virtual void setDelay(int delayMs) { delay_ms = delayMs; }
97-
9895
/// Provides the timestamp in ms of last write
9996
uint64_t timeOfLastWrite() { return time_last_write; }
10097

@@ -127,9 +124,6 @@ class CommonHelix {
127124
/// Define your optimized maximum pcm buffer size in bytes
128125
void setMaxPCMSize(size_t len) { max_pcm_size = len; }
129126

130-
/// Obsolete!
131-
void setRaw(bool) {}
132-
133127
/// Define some additional information which will be provided back in the callbacks
134128
void setReference(void* ref){
135129
p_caller_ref = ref;

0 commit comments

Comments
 (0)