aboutsummaryrefslogtreecommitdiff
path: root/src/tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker.h')
-rw-r--r--src/tracker.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tracker.h b/src/tracker.h
index 087598c..14926ec 100644
--- a/src/tracker.h
+++ b/src/tracker.h
@@ -2,11 +2,6 @@
2 2
3#include <mutex> 3#include <mutex>
4 4
5// Do we want to activate full lane tracking feature?
6#define HAVE_LANE_TRACKING() 1
7
8#if HAVE_LANE_TRACKING()
9
10class Lane; 5class Lane;
11struct lua_State; 6struct lua_State;
12 7
@@ -31,5 +26,3 @@ class LaneTracker
31 return trackingFirst != nullptr; 26 return trackingFirst != nullptr;
32 } 27 }
33}; 28};
34
35#endif // HAVE_LANE_TRACKING()