From 1045ea9de528c39df3216710c01d7ebb048b81fb Mon Sep 17 00:00:00 2001 From: Raffaello Bertini Date: Sun, 12 Nov 2023 21:22:49 +0000 Subject: [PATCH] code rev --- .../src/HyperSonicDrivers/audio/PCMSound.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdl2-hyper-sonic-drivers/src/HyperSonicDrivers/audio/PCMSound.hpp b/sdl2-hyper-sonic-drivers/src/HyperSonicDrivers/audio/PCMSound.hpp index 2b5f3b4e..fbccb374 100644 --- a/sdl2-hyper-sonic-drivers/src/HyperSonicDrivers/audio/PCMSound.hpp +++ b/sdl2-hyper-sonic-drivers/src/HyperSonicDrivers/audio/PCMSound.hpp @@ -27,8 +27,6 @@ namespace HyperSonicDrivers::audio const std::shared_ptr &data ); - bool append(const PCMSound* sound2) noexcept; - const mixer::eChannelGroup group; const bool stereo; const uint32_t freq;