File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments