diff options
Diffstat (limited to 'include/m_skin.h')
-rw-r--r-- | include/m_skin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_skin.h b/include/m_skin.h index d40848c3bd..7727910f3a 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -133,10 +133,6 @@ EXTERN_C MIR_APP_DLL(int) Skin_PlaySound(const char *name); EXTERN_C MIR_APP_DLL(int) Skin_PlaySoundFile(const wchar_t *pwszFileName);
/////////////////////////////////////////////////////////////////////////////////////////
-
-EXTERN_C MIR_APP_DLL(void) KillModuleSounds(HPLUGIN);
-
-/////////////////////////////////////////////////////////////////////////////////////////
// wParam: 0 when playing sound (1 when sound is being previewed)
// lParam: (wchar_t*) pszSoundFile
// Affect: This hook is fired when the sound module needs to play a sound
|