diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-10 03:23:51 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-10 03:23:51 -0700 |
commit | 6847777dfa98b0436a642277b757c3b09717817c (patch) | |
tree | fd042ecc582eb86a4ac29a3dfb50a31453a4e5da /include/m_extraicons.h | |
parent | f9bfb22761ce245be0681bec065d04388f586b72 (diff) |
no need to export Miranda's offal to the outside world
Diffstat (limited to 'include/m_extraicons.h')
-rw-r--r-- | include/m_extraicons.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_extraicons.h b/include/m_extraicons.h index bba14908cc..d49e31367a 100644 --- a/include/m_extraicons.h +++ b/include/m_extraicons.h @@ -101,8 +101,6 @@ struct EXTRAICON_INFO LPARAM onClickParam;
};
-EXTERN_C MIR_APP_DLL(void) KillModuleExtraIcons(HPLUGIN pPlugin);
-
#pragma warning(disable:4505)
/////////////////////////////////////////////////////////////////////////////////////////
|