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_obj_try.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_obj_try.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_try.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/d/actor/d_a_obj_try.cpp b/src/d/actor/d_a_obj_try.cpp index c4c02b63..d3b5c8ef 100644 --- a/src/d/actor/d_a_obj_try.cpp +++ b/src/d/actor/d_a_obj_try.cpp @@ -211,11 +211,6 @@ void daObjTry::Act_c::get_water_h() { /* Nonmatching */ } -/* 00002A90-00002BB4 .text __dt__11dBgS_WtrChkFv */ -dBgS_WtrChk::~dBgS_WtrChk() { - /* Nonmatching */ -} - /* 00002BB4-00002DA8 .text _execute__Q28daObjTry5Act_cFv */ BOOL daObjTry::Act_c::_execute() { /* Nonmatching */ @@ -225,25 +220,3 @@ BOOL daObjTry::Act_c::_execute() { BOOL daObjTry::Act_c::_draw() { /* Nonmatching */ } - - - - - - -/* 00003120-0000321C .text __dt__14dBgS_SplGrpChkFv */ -dBgS_SplGrpChk::~dBgS_SplGrpChk() { - /* Nonmatching */ -} - - - - - - - - - - - - |
