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/JSystem/JUtility/JUTDirectFile.cpp | |
| parent | 3f37bad921166c8c47ef2a2b914bc8d3535bc87c (diff) | |
Remove unnecessary externs (#2705)
Diffstat (limited to 'src/JSystem/JUtility/JUTDirectFile.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTDirectFile.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/JSystem/JUtility/JUTDirectFile.cpp b/src/JSystem/JUtility/JUTDirectFile.cpp index ae296ed92e..487b858b22 100644 --- a/src/JSystem/JUtility/JUTDirectFile.cpp +++ b/src/JSystem/JUtility/JUTDirectFile.cpp @@ -10,18 +10,6 @@ #include "global.h" #include <stdint.h> -// -// Forward References: -// - -// -// External References: -// - -// -// Declarations: -// - /* 802E8730-802E87F8 2E3070 00C8+00 1/1 0/0 0/0 .text fetch32byte__13JUTDirectFileFv */ int JUTDirectFile::fetch32byte() { mToRead = mLength - ALIGN_PREV(mPos, DVD_MIN_TRANSFER_SIZE); |
