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 {
92
92
// / returns true if active
93
93
operator bool () { return active; }
94
94
95
- // / Defines the delay that is added at each segment
96
- virtual void setDelay (int delayMs) { delay_ms = delayMs; }
97
-
98
95
// / Provides the timestamp in ms of last write
99
96
uint64_t timeOfLastWrite () { return time_last_write; }
100
97
@@ -127,9 +124,6 @@ class CommonHelix {
127
124
// / Define your optimized maximum pcm buffer size in bytes
128
125
void setMaxPCMSize (size_t len) { max_pcm_size = len; }
129
126
130
- // / Obsolete!
131
- void setRaw (bool ) {}
132
-
133
127
// / Define some additional information which will be provided back in the callbacks
134
128
void setReference (void * ref){
135
129
p_caller_ref = ref;
You can’t perform that action at this time.
0 commit comments