From 0f5bf3c2758e352ea036351c40e32d75d0d2393e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 8 Dec 2024 11:27:23 -0700 Subject: [PATCH] Remove unused function --- LEGO1/lego/legoomni/include/helicopter.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/LEGO1/lego/legoomni/include/helicopter.h b/LEGO1/lego/legoomni/include/helicopter.h index 0b6de0ba..a7be42bc 100644 --- a/LEGO1/lego/legoomni/include/helicopter.h +++ b/LEGO1/lego/legoomni/include/helicopter.h @@ -75,14 +75,6 @@ class Helicopter : public IslePathActor { void CreateState(); - // This inline function is speculation; it might have been structured differently. - // See the other ApplyTimeDelta functions - void ApplyTimeDelta(MxFloat p_delta) - { - m_lastTime += p_delta; - m_actorTime += p_delta; - } - // SYNTHETIC: LEGO1 0x10003210 // Helicopter::`scalar deleting destructor'