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_himo2.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_himo2.cpp')
| -rw-r--r-- | src/d/actor/d_a_himo2.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/d/actor/d_a_himo2.cpp b/src/d/actor/d_a_himo2.cpp index 255d876b..5e9dd692 100644 --- a/src/d/actor/d_a_himo2.cpp +++ b/src/d/actor/d_a_himo2.cpp @@ -111,16 +111,6 @@ himo2HIO_c::~himo2HIO_c() { /* Nonmatching */ } -/* 800F0C14-800F0C50 .text __dt__7himo2_sFv */ -himo2_s::~himo2_s() { - /* Nonmatching */ -} - -/* 800F0C50-800F0C54 .text __ct__7himo2_sFv */ -himo2_s::himo2_s() { - /* Nonmatching */ -} - /* 800F0C54-800F0C70 .text show__8daYkgr_cFv */ void daYkgr_c::show() { /* Nonmatching */ |
