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/JAudio2/JASDriverIF.cpp | |
| parent | 3f37bad921166c8c47ef2a2b914bc8d3535bc87c (diff) | |
Remove unnecessary externs (#2705)
Diffstat (limited to 'src/JSystem/JAudio2/JASDriverIF.cpp')
| -rw-r--r-- | src/JSystem/JAudio2/JASDriverIF.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/JSystem/JAudio2/JASDriverIF.cpp b/src/JSystem/JAudio2/JASDriverIF.cpp index 564d81899b..744ab2caf3 100644 --- a/src/JSystem/JAudio2/JASDriverIF.cpp +++ b/src/JSystem/JAudio2/JASDriverIF.cpp @@ -10,10 +10,6 @@ #include "JSystem/JAudio2/JASDSPInterface.h" #include <dolphin/os.h> -// -// Declarations: -// - /* 8029E130-8029E150 298A70 0020+00 0/0 3/3 0/0 .text setDSPLevel__9JASDriverFf */ void JASDriver::setDSPLevel(f32 param_0) { JASDsp::setDSPMixerLevel(param_0); |
