Revert "funny games with dash via Lua to override CAN dash profile values #6235"

This reverts commit 0078df1988.
This commit is contained in:
Andrey 2024-03-21 09:37:18 -04:00
parent 116b9a5b2d
commit 099de78f56
1 changed files with 0 additions and 9 deletions

View File

@ -11,9 +11,6 @@
#include "global.h"
#include "engine_parts.h"
#include "engine_state_generated.h"
#if !defined(EFI_BOOTLOADER)
#include "lua_hooks.h"
#endif
class EngineState : public engine_state_s {
public:
@ -89,12 +86,6 @@ public:
multispark_state multispark;
#if !defined(EFI_BOOTLOADER)
// todo: techical debt: bootloader should not compile engine.h! at the moment bootloader depends on engine->pin registry not nice
// custom values to display on the dash for UI widgets
LuaDashOverride luaDashOverride;
#endif
bool shouldUpdateInjectionTiming = true;
};