aboutsummaryrefslogtreecommitdiff
path: root/src/tracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker.cpp')
-rw-r--r--src/tracker.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tracker.cpp b/src/tracker.cpp
index 69cd90c..d42eb35 100644
--- a/src/tracker.cpp
+++ b/src/tracker.cpp
@@ -28,8 +28,6 @@ THE SOFTWARE.
28 28
29// ################################################################################################# 29// #################################################################################################
30 30
31#if HAVE_LANE_TRACKING()
32
33/* 31/*
34 * Add the lane to tracking chain; the ones still running at the end of the 32 * Add the lane to tracking chain; the ones still running at the end of the
35 * whole process will be cancelled. 33 * whole process will be cancelled.
@@ -104,5 +102,3 @@ void LaneTracker::tracking_add(Lane* lane_)
104 } 102 }
105 return lua_gettop(L_) - _top; // L_: 0 or 1 103 return lua_gettop(L_) - _top; // L_: 0 or 1
106} 104}
107
108#endif // HAVE_LANE_TRACKING()