diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
| commit | 6ec4a2ebbd31ed7f75ffa1ec4dd15947f42dbc9c (patch) | |
| tree | c9c2c438c8ed1dff6a8e90b7b763e8422373479f /src/d/actor/d_a_dai.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_dai.cpp')
| -rw-r--r-- | src/d/actor/d_a_dai.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/d/actor/d_a_dai.cpp b/src/d/actor/d_a_dai.cpp index f8d67790..95c17756 100644 --- a/src/d/actor/d_a_dai.cpp +++ b/src/d/actor/d_a_dai.cpp @@ -31,11 +31,6 @@ s32 daDai_c::_create() { /* Nonmatching */ } -/* 00000494-0000064C .text __ct__7daDai_cFv */ -daDai_c::daDai_c() { - /* Nonmatching */ -} - /* 00000874-000008F4 .text set_mtx__7daDai_cFv */ void daDai_c::set_mtx() { /* Nonmatching */ @@ -120,8 +115,3 @@ void daDai_Execute(void*) { void daDai_IsDelete(void*) { /* Nonmatching */ } - - - - - |
