summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_beam.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-11-26 23:16:19 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-11-26 23:16:19 -0500
commit6ec4a2ebbd31ed7f75ffa1ec4dd15947f42dbc9c (patch)
treec9c2c438c8ed1dff6a8e90b7b763e8422373479f /src/d/actor/d_a_beam.cpp
parent1c5dad23a20855655329b2992633724f3a020f95 (diff)
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_beam.cpp')
-rw-r--r--src/d/actor/d_a_beam.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/d/actor/d_a_beam.cpp b/src/d/actor/d_a_beam.cpp
index c74fa29b..2d426261 100644
--- a/src/d/actor/d_a_beam.cpp
+++ b/src/d/actor/d_a_beam.cpp
@@ -86,11 +86,6 @@ s32 daBeam_c::_create() {
/* Nonmatching */
}
-/* 00001D34-00001FF8 .text __ct__8daBeam_cFv */
-daBeam_c::daBeam_c() {
- /* Nonmatching */
-}
-
/* 0000291C-0000298C .text daBeamDelete__FPv */
void daBeamDelete(void*) {
/* Nonmatching */
@@ -111,18 +106,3 @@ void daBeamIsDelete(void*) {
/* Nonmatching */
}
-/* 00002BCC-00002C14 .text __dt__12daBeam_HIO_cFv */
-daBeam_HIO_c::~daBeam_HIO_c() {
- /* Nonmatching */
-}
-
-
-
-
-
-
-
-
-
-
-