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/Main | |
| parent | b2f57385a053a3d9bbb8166b0b139430e8db5fb2 (diff) | |
Remove `elfkill`
Diffstat (limited to 'src/Main')
| -rw-r--r-- | src/Main/Actor/ActorType.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
