From 383ef5610370db5881b102b8906dc2f55fcbf0aa Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 31 Jan 2022 13:17:00 -0500 Subject: Heh. This works. --- include/xas/synth.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/xas/synth.h b/include/xas/synth.h index 014d330..fe3ce9f 100644 --- a/include/xas/synth.h +++ b/include/xas/synth.h @@ -29,8 +29,4 @@ void xas_synth_destroy(xas_synth *synth); int16_t xas_synth_sample(xas_synth *synth); -ssize_t xas_synth_fill(xas_synth *synth, - int16_t *samples, - size_t count); - #endif /* _XAS_SYNTH_H */ -- cgit v1.2.3