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 +};