summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-02 18:37:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-02 18:37:29 +0000
commit8a1836d5bfac6c478f26cc0ffa4d70f1d40368c8 (patch)
tree277e7b0cc31444086bd3b4e6fb9f7bdedf85a30b /include/m_core.h
parent554018a71f5591d35480cc04f3e3c8488bc6a366 (diff)
internal function removed from the public API
git-svn-id: http://svn.miranda-ng.org/main/trunk@723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_core.h b/include/m_core.h
index c3b7b68ebd..eddbe7ce74 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -130,7 +130,6 @@ MIR_CORE_DLL(HANDLE) CreateHookableEvent(const char *name);
MIR_CORE_DLL(int) DestroyHookableEvent(HANDLE hEvent);
MIR_CORE_DLL(int) SetHookDefaultForHookableEvent(HANDLE hEvent, MIRANDAHOOK pfnHook);
MIR_CORE_DLL(int) CallPluginEventHook(HINSTANCE hInst, HANDLE hEvent, WPARAM wParam, LPARAM lParam);
-MIR_CORE_DLL(int) CallHookSubscribers(HANDLE hEvent, WPARAM wParam, LPARAM lParam);
MIR_CORE_DLL(int) NotifyEventHooks(HANDLE hEvent, WPARAM wParam, LPARAM lParam);
MIR_CORE_DLL(HANDLE) HookEvent(const char* name, MIRANDAHOOK hookProc);