diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-11 13:45:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-11 13:45:13 +0300 |
commit | a569fea827be7c1719f3eaca1d8b33d82d4b7889 (patch) | |
tree | cf9bd4461fb700002ec1278623eab7070bdbce1e /include/m_core.h | |
parent | d2e79ad0a421f2cc20c35f848e823d707f1f53d3 (diff) |
code cleaning
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_core.h b/include/m_core.h index 6438116551..1f2d328e92 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -545,12 +545,6 @@ MIR_CORE_DLL(BOOL) IsScreenSaverRunning(); MIR_CORE_DLL(BOOL) GetOSDisplayString(wchar_t *buf, size_t bufSize);
-/////////////////////////////////////////////////////////////////////////////////////////
-// retrieves the hLangpack of a plugin by its HINSTANCE
-// returns hLangpack if found, or 0 if error occurred
-
-MIR_APP_DLL(int) GetPluginLangByInstance(HINSTANCE);
-
///////////////////////////////////////////////////////////////////////////////
MIR_CORE_DLL(void) UnloadCoreModule(void);
|