diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_fontservice.h | 3 | ||||
-rw-r--r-- | include/m_skin.h | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/include/m_fontservice.h b/include/m_fontservice.h index d5f060a4fb..2ea7b823f2 100644 --- a/include/m_fontservice.h +++ b/include/m_fontservice.h @@ -316,7 +316,4 @@ EXTERN_C MIR_APP_DLL(void) KillModuleFonts(int hLangpack); EXTERN_C MIR_APP_DLL(void) KillModuleColours(int hLangpack);
EXTERN_C MIR_APP_DLL(void) KillModuleEffects(int hLangpack);
-EXTERN_C MIR_APP_DLL(void) KillModuleHotkeys(int hLangpack);
-EXTERN_C MIR_APP_DLL(void) KillModuleSounds(int hLangpack);
-
#endif // _FONT_SERVICE_API_INC
diff --git a/include/m_skin.h b/include/m_skin.h index a8f51a2261..ef82c12b00 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -220,6 +220,10 @@ __forceinline INT_PTR SkinPlaySoundFile(const TCHAR *ptszFileName) }
/////////////////////////////////////////////////////////////////////////////////////////
+
+EXTERN_C MIR_APP_DLL(void) KillModuleSounds(int hLangpack);
+
+/////////////////////////////////////////////////////////////////////////////////////////
// sent when the icons DLL has been changed in the options dialog, and everyone
// should re-make their image lists
// wParam = lParam = 0
|