diff options
author | XANTRONIX Development | 2022-02-28 16:25:39 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-02-28 16:25:39 -0500 |
commit | 727a3047bcb47e5a1985ce51ad4d207b2446fb98 (patch) | |
tree | 4cf1c107ade047e849fee545112598c424519afe | |
parent | eb37f82dee0722a8295c42b1c11908ff67db45c2 (diff) | |
download | xas-727a3047bcb47e5a1985ce51ad4d207b2446fb98.tar.gz xas-727a3047bcb47e5a1985ce51ad4d207b2446fb98.tar.bz2 xas-727a3047bcb47e5a1985ce51ad4d207b2446fb98.zip |
Remove dead, forgotten code
-rw-r--r-- | examples/spatial.c | 10 |
1 files changed, 0 insertions, 10 deletions
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 <xas/audio.h> #include <xas/riff.h> -#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; |