diff options
| author | Aetias <aetias@outlook.com> | 2024-10-12 16:16:17 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-12 16:16:17 +0200 |
| commit | 74a29deff311fb7bc51028ae9bf4272d7835cb8c (patch) | |
| tree | 5e0c551c877abb1bf04c79a111e5a9325191d73e /src | |
| parent | b2f57385a053a3d9bbb8166b0b139430e8db5fb2 (diff) | |
Remove `elfkill`
Diffstat (limited to 'src')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 4 | ||||
| -rw-r--r-- | src/Main/Actor/ActorType.cpp | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index b15fee13..04994a03 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -53,7 +53,6 @@ const UnkStruct3 sUnkTable[] = { { 2, 2 }, }; -KILL(_ZN19Actor_UnkStruct_020C2Ev) Actor_UnkStruct_020::Actor_UnkStruct_020(): mUnk_0c(-1), mUnk_0d(0), @@ -69,8 +68,7 @@ Actor_UnkStruct_020::Actor_UnkStruct_020(): } } -KILL(_ZN5ActorC1Ev) -ARM Actor::Actor(): +ARM Actor::Actor() : mType(ActorTypeId_Null), mRef(-1, -1), mUnk_010(0), diff --git a/src/Main/Actor/ActorType.cpp b/src/Main/Actor/ActorType.cpp index 39579811..69282898 100644 --- a/src/Main/Actor/ActorType.cpp +++ b/src/Main/Actor/ActorType.cpp @@ -2,10 +2,6 @@ ActorTypeList sActorTypeList; -// Kill duplicate dtors -KILL(_ZN9ActorTypeC2EjPFP5ActorvEPFivE) -KILL(_ZN9ActorTypeD2Ev) - ARM ActorType::ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)()) { this->id = id; this->create = create; |
