]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - src/fft.cpp
Do not use virtual methods in FFT class
[hercules2020/kcf.git] / src / fft.cpp
index 1fe90d05c4bd0273151ebad1030237375cd1bab6..e6be093194333041eb0778fb89c357ea2d7376c9 100644 (file)
@@ -3,11 +3,6 @@
 #include <cassert>
 #include "debug.h"
 
-Fft::~Fft()
-{
-
-}
-
 void Fft::init(unsigned width, unsigned height, unsigned num_of_feats, unsigned num_of_scales)
 {
     m_width = width;