diff options
Diffstat (limited to 'backends/platform/dc/audio.cpp')
-rw-r--r-- | backends/platform/dc/audio.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/dc/audio.cpp b/backends/platform/dc/audio.cpp index 1fee970a90..35cb51f349 100644 --- a/backends/platform/dc/audio.cpp +++ b/backends/platform/dc/audio.cpp @@ -74,5 +74,3 @@ void OSystem_Dreamcast::checkSound() if ((fillpos += n) >= curr_ring_buffer_samples) fillpos = 0; } - - |