diff options
-rw-r--r-- | logic/pipeline.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index 255f63bc..1cd23110 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -198,11 +198,7 @@ double pipeline::map(double pos, Map& axis) return fc.get_value(pos); } -//#define NO_NAN_CHECK //#define DEBUG_TIMINGS - -#ifndef NO_NAN_CHECK - template<int u, int w> static inline bool is_nan(const dmat<u,w>& r) { @@ -250,10 +246,6 @@ bool maybe_nan(const char* text, const char* fun, int line, const xs&... vals) } \ while (false) -#else -# define nan_check(...) (void)(__VA_ARGS__) -#endif - bool pipeline::maybe_enable_center_on_tracking_started() { if (!tracking_started) |