X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/blobdiff_plain/c86842736562522396746779fd2bf38b01225458..87b7b7429bc2d4e7bf7aa278b2a6e5c6afc08d45:/src/fft.cpp diff --git a/src/fft.cpp b/src/fft.cpp index 1fe90d0..e6be093 100644 --- a/src/fft.cpp +++ b/src/fft.cpp @@ -3,11 +3,6 @@ #include #include "debug.h" -Fft::~Fft() -{ - -} - void Fft::init(unsigned width, unsigned height, unsigned num_of_feats, unsigned num_of_scales) { m_width = width;