From 168fe6b8628fc24a156e9a57fb94fb95ab5f497e Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Sun, 19 Apr 2026 18:02:10 +0300 Subject: [PATCH] fix: build issue due to duplicates --- Minecraft.Client/Common/Audio/SoundEngine.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Minecraft.Client/Common/Audio/SoundEngine.h b/Minecraft.Client/Common/Audio/SoundEngine.h index 411000b1..1d2b4f90 100644 --- a/Minecraft.Client/Common/Audio/SoundEngine.h +++ b/Minecraft.Client/Common/Audio/SoundEngine.h @@ -158,8 +158,6 @@ private: #endif int GetRandomishTrack(int iStart,int iEnd); - void updateMiniAudio(); - inline void getGameModeMusicID(Minecraft* pMinecraft, unsigned int i); ma_engine m_engine; ma_engine_config m_engineConfig; @@ -203,4 +201,4 @@ private: #ifdef __ORBIS__ int32_t m_hBGMAudio; #endif -}; \ No newline at end of file +};