diff --git a/firmware/controllers/lua/lua_hooks.h b/firmware/controllers/lua/lua_hooks.h index 6195f77470..0ec8b9012b 100644 --- a/firmware/controllers/lua/lua_hooks.h +++ b/firmware/controllers/lua/lua_hooks.h @@ -7,10 +7,3 @@ void luaDeInitPins(); struct AirmassModelBase; AirmassModelBase& getLuaAirmassModel(); bool getAuxDigital(int index); - -struct LuaDashOverride { - // this helps with all kinds of cool tachometer sweeps! - int16_t rpm = -1; - int16_t coolant = -1; - float vbatt = -1; -};