From 727a3047bcb47e5a1985ce51ad4d207b2446fb98 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 28 Feb 2022 16:25:39 -0500 Subject: Remove dead, forgotten code --- examples/spatial.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'examples') diff --git a/examples/spatial.c b/examples/spatial.c index d7bd5d2..3783500 100644 --- a/examples/spatial.c +++ b/examples/spatial.c @@ -12,16 +12,6 @@ #include #include -#define SYNTH_STATUS_CLEAR 0 -#define SYNTH_STATUS_ON (1 << 0) - -typedef struct _synth_sine { - int flags; - float phase; - - size_t frequency; -} synth_sine; - static void usage(int argc, char **argv, const char *message, ...) { va_list args; -- cgit v1.2.3