diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_core.h b/include/m_core.h index 04bbacc2af..f4c6fcaea0 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -123,7 +123,6 @@ MIR_CORE_DLL(void) KillModuleServices(HINSTANCE hInst); MIR_CORE_DLL(void) KillObjectServices(void* pObject);
MIR_APP_DLL(int) ProtoServiceExists(LPCSTR szModule, const char *szService);
-MIR_APP_DLL(INT_PTR) CallContactService(MCONTACT, const char*, WPARAM wParam = 0, LPARAM lParam = 0);
MIR_APP_DLL(INT_PTR) CallProtoService(LPCSTR szModule, const char *szService, WPARAM wParam = 0, LPARAM lParam = 0);
///////////////////////////////////////////////////////////////////////////////
|