diff options
Diffstat (limited to 'src/libac3/cmplx.h')
-rw-r--r-- | src/libac3/cmplx.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libac3/cmplx.h b/src/libac3/cmplx.h deleted file mode 100644 index a357fab38..000000000 --- a/src/libac3/cmplx.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __COMPLEX_H__ -#define __COMPLEX_H__ - -typedef struct complex { - float re; - float im; -} complex_t; - -#endif |