Remove obsolete struct

This commit is contained in:
Christian Semmler 2024-05-11 09:22:52 -04:00
parent ab41d5a127
commit d5d94b6225

View File

@ -16,10 +16,6 @@ struct LegoPathControllerComparator {
MxBool operator()(const undefined*, const undefined*) const { return 0; } 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 // VTABLE: LEGO1 0x100d7d60
// SIZE 0x40 // SIZE 0x40
class LegoPathController : public MxCore { class LegoPathController : public MxCore {