diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-13 18:23:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-13 18:23:26 +0200 |
commit | cd9d8e4f1bfc95dd21f6de87cdaa86acfbb6572a (patch) | |
tree | 443c4ddf612c86673d210258bd0aa81306ecc9e4 /tracker-wii | |
parent | 0965d3497d4251797c7e372854d7024343c871ec (diff) |
tracker/wii: remove dead code
Diffstat (limited to 'tracker-wii')
-rw-r--r-- | tracker-wii/wii_point_extractor.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tracker-wii/wii_point_extractor.cpp b/tracker-wii/wii_point_extractor.cpp index 55420300..69dfda53 100644 --- a/tracker-wii/wii_point_extractor.cpp +++ b/tracker-wii/wii_point_extractor.cpp @@ -14,13 +14,6 @@ #include "cv/numeric.hpp" #include "compat/math.hpp" -#undef PREVIEW -//#define PREVIEW - -#if defined PREVIEW -# include <opencv2/highgui.hpp> -#endif - #include <cmath> #include <algorithm> #include <cinttypes> |