mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Remove unused function
This commit is contained in:
parent
b86383fdfe
commit
0f5bf3c275
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user