diff options
Diffstat (limited to 'src/drone_controller.hh')
-rw-r--r-- | src/drone_controller.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drone_controller.hh b/src/drone_controller.hh index 3c09089..3ffe797 100644 --- a/src/drone_controller.hh +++ b/src/drone_controller.hh @@ -25,7 +25,6 @@ class DroneController : public QObject, public Painter { QMap<int, QVector<QPair<int, int>>> collisions; bool draw_trajectories = false; bool draw_guides = false; - QMap<int, QVector<int>> speed_violations; double speed_limit = 0; static OpenGLMesh *sphere; |