From d5d94b622521c25967a2e03ab8dafc7fae2cf5f9 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 11 May 2024 09:22:52 -0400 Subject: [PATCH] Remove obsolete struct --- LEGO1/lego/legoomni/include/legopathcontroller.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legopathcontroller.h b/LEGO1/lego/legoomni/include/legopathcontroller.h index 01ec275b..069912d2 100644 --- a/LEGO1/lego/legoomni/include/legopathcontroller.h +++ b/LEGO1/lego/legoomni/include/legopathcontroller.h @@ -16,10 +16,6 @@ struct LegoPathControllerComparator { MxBool operator()(const undefined*, const undefined*) const { return 0; } }; -struct LegoPathActorComparator { - MxBool operator()(const LegoPathActor* p_a, const LegoPathActor* p_b) const { return p_a < p_b; } -}; - // VTABLE: LEGO1 0x100d7d60 // SIZE 0x40 class LegoPathController : public MxCore {