conv.h, hsfft.h, real.h: squash remaining redundant typedefs

This commit is contained in:
Ivan Krylov
2018-12-14 13:15:27 +03:00
parent 32802461e6
commit a7935daae7
3 changed files with 0 additions and 6 deletions

View File

@@ -14,8 +14,6 @@
extern "C" {
#endif
typedef struct fft_real_set* fft_real_object;
fft_real_object fft_real_init(int N, int sgn);
void fft_r2c_exec(fft_real_object obj,fft_type *inp,fft_data *oup);