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_bdkobj.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_bdkobj.cpp')
| -rw-r--r-- | src/d/actor/d_a_bdkobj.cpp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/d/actor/d_a_bdkobj.cpp b/src/d/actor/d_a_bdkobj.cpp index 8c3cb90c..06b68999 100644 --- a/src/d/actor/d_a_bdkobj.cpp +++ b/src/d/actor/d_a_bdkobj.cpp @@ -31,11 +31,6 @@ void kaidan_hahen_move(bdkobj_class*, bdo_eff_s*) { /* Nonmatching */ } -/* 00001640-000017A8 .text __dt__18dBgS_ObjGndChk_SplFv */ -dBgS_ObjGndChk_Spl::~dBgS_ObjGndChk_Spl() { - /* Nonmatching */ -} - /* 000018E8-00001970 .text hahen_move__FP12bdkobj_class */ void hahen_move(bdkobj_class*) { /* Nonmatching */ @@ -71,32 +66,3 @@ void daBdkobj_Create(fopAc_ac_c*) { /* Nonmatching */ } -/* 000029CC-00002AF8 .text __dt__9bdo_eff_sFv */ -bdo_eff_s::~bdo_eff_s() { - /* Nonmatching */ -} - -/* 00002AF8-00002BB4 .text __ct__9bdo_eff_sFv */ -bdo_eff_s::bdo_eff_s() { - /* Nonmatching */ -} - - - - - - - - - - - - - - - - - - - - |
