]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Removed redundant forward declaration.
authorShanigen <vkaraf@gmail.com>
Wed, 5 Sep 2018 07:57:47 +0000 (09:57 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 7 Sep 2018 15:31:08 +0000 (17:31 +0200)
This commit fixes #13.

src/fft.h

index 379c31e86614ca23aa1a6f838984bb9da681c98e..7514a9a3167a0a2109f199bedca5f618e276b10f 100644 (file)
--- a/src/fft.h
+++ b/src/fft.h
@@ -12,8 +12,6 @@
     #include "complexmat.hpp"
 #endif
 
-struct Scale_vars;
-
 class Fft
 {
 public: