raylib: remove unused globals

This commit is contained in:
Shane Smiskol
2025-09-26 21:10:09 -07:00
parent 9297cd2f3e
commit 04365f12ff
-2
View File
@@ -14,8 +14,6 @@ from openpilot.system.ui.widgets import Widget
CLIP_MARGIN = 500
MIN_DRAW_DISTANCE = 10.0
MAX_DRAW_DISTANCE = 100.0
PATH_COLOR_TRANSITION_DURATION = 0.5 # Seconds for color transition animation
PATH_BLEND_INCREMENT = 1.0 / (PATH_COLOR_TRANSITION_DURATION * DEFAULT_FPS)
MAX_POINTS = 200