Revert "funny games with dash via Lua to override CAN dash profile values #6235"
This reverts commit 0078df1988
.
This commit is contained in:
parent
116b9a5b2d
commit
099de78f56
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue