diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-11-24 12:44:14 -0800 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-11-24 12:45:11 -0800 |
| commit | 9553fd0c223666171670829d8a45499b34db633f (patch) | |
| tree | 49fa0a0db22c550ece6c07889a993317e67254ca /src/d/d_material.cpp | |
| parent | 9e62f677c2b5d5d6a989552fc41c383e4ebbdc6e (diff) | |
Remove a bunch of weak symbols from TUs
Done with regex
/\* .* \*/
.*symbol.*.*\(.*\).* \{
\/\* Nonmatching \*\/
\}
Diffstat (limited to 'src/d/d_material.cpp')
| -rw-r--r-- | src/d/d_material.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/d_material.cpp b/src/d/d_material.cpp index 6623f311..f68965ad 100644 --- a/src/d/d_material.cpp +++ b/src/d/d_material.cpp @@ -51,11 +51,6 @@ void dMat_control_c::create(J3DMaterialTable*, J3DAnmTextureSRTKey*) { /* Nonmatching */ } -/* 8006FCF0-8006FD4C .text __dt__13mDoExt_btkAnmFv */ -mDoExt_btkAnm::~mDoExt_btkAnm() { - /* Nonmatching */ -} - /* 8006FD4C-8006FD88 .text __dt__13dMat_backup_cFv */ dMat_backup_c::~dMat_backup_c() { /* Nonmatching */ |
