diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-24 08:59:08 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-24 08:59:08 +0200 |
commit | 18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42 (patch) | |
tree | 5b8645817abe4eb1123647a4e9c5204d0e35d9b1 /src/tracker.h | |
parent | 3be94c4282bbe77895e952afb12a81e55c2a4391 (diff) | |
download | lanes-18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42.tar.gz lanes-18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42.tar.bz2 lanes-18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42.zip |
Process upvalues equal to G_ in Lua51 as in other flavors
Diffstat (limited to 'src/tracker.h')
-rw-r--r-- | src/tracker.h | 7 |
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 | |||
10 | class Lane; | 5 | class Lane; |
11 | struct lua_State; | 6 | struct 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() | ||