diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-27 18:30:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-27 15:30:54 -0700 |
| commit | 54d8839d916beef73c29165932fb33f9b24f2394 (patch) | |
| tree | f79fb8546f8f3b4cff8fb887061b796a3026c64a /src/d/d_model.cpp | |
| parent | 3f37bad921166c8c47ef2a2b914bc8d3535bc87c (diff) | |
Remove unnecessary externs (#2705)
Diffstat (limited to 'src/d/d_model.cpp')
| -rw-r--r-- | src/d/d_model.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/d/d_model.cpp b/src/d/d_model.cpp index 146eca8478..74d1f31d4a 100644 --- a/src/d/d_model.cpp +++ b/src/d/d_model.cpp @@ -10,18 +10,6 @@ #include "JSystem/J3DGraphBase/J3DMaterial.h" #include "d/d_com_inf_game.h" -// -// Forward References: -// - -// -// External References: -// - -// -// Declarations: -// - /* 8009C4FC-8009C650 096E3C 0154+00 1/0 0/0 0/0 .text draw__6dMdl_cFv */ void dMdl_c::draw() { j3dSys.setVtxPos(mpModelData->getVtxPosArray()); |
