From 18a9a47c336ea109a9e7f0188cf6024e5329cc9d Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sat, 18 Apr 2026 23:07:05 -0700 Subject: [PATCH] remove dead code --- src/spice2x/games/popn/bi3a_hook.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/spice2x/games/popn/bi3a_hook.cpp b/src/spice2x/games/popn/bi3a_hook.cpp index 18acaa0..95e07e5 100644 --- a/src/spice2x/games/popn/bi3a_hook.cpp +++ b/src/spice2x/games/popn/bi3a_hook.cpp @@ -387,15 +387,6 @@ namespace games::popn { return 0; } - struct PopnLight { - int data_index; - Lights::popn_lights_t light; - uint8_t size; - PopnLight( - int data_index, Lights::popn_lights_t light, uint8_t size) : - data_index(data_index), light(light), size(size) {} - }; - static void __fastcall aioIob5Bi3a_SetTapeLedDataPart( AIO_IOB5_BI3A *i_pNodeCtl, uint32_t i_CnPin, char i_LedType, const void *i_pData, uint32_t i_DataSize, bool i_bIsLast) {