Skip to content

Commit 3d80e84

Browse files
removed delay_q prototypes
1 parent 867765f commit 3d80e84

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ml_delay.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,5 @@ void Delay_SetLength(uint8_t unused __attribute__((unused)), uint32_t value);
6464
void Delay_SetShift(uint8_t unused __attribute__((unused)), float value);
6565

6666

67-
void DelayQ_Init(int16_t *buffer, uint32_t len);
68-
void DelayQ_Init2(int16_t *left, int16_t *right, uint32_t len);
69-
void DelayQ_Process_Buff(const int16_t *in_l, const int16_t *in_r, int16_t *out_l, int16_t *out_r, int buffLen);
70-
void DelayQ_SetFeedback(uint8_t unused __attribute__((unused)), uint8_t value);
71-
void DelayQ_SetOutputLevel(uint8_t unused __attribute__((unused)), uint8_t value);
72-
void DelayQ_SetLength(uint8_t unused __attribute__((unused)), uint32_t value);
73-
74-
7567
#endif /* SRC_ML_DELAY_H_ */
7668

0 commit comments

Comments
 (0)