diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-02 12:58:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-02 12:58:29 +0000 |
commit | 5a2d38a501a776344754a48a4602ceeb31f97660 (patch) | |
tree | 05e9b049111d767369fe0cd64221525b44cf6065 /plugins/VersionInfo/src/hooked_events.h | |
parent | b0e8129608e2ed313b69fa919edea231ab279848 (diff) |
unneeded code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/src/hooked_events.h')
-rw-r--r-- | plugins/VersionInfo/src/hooked_events.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/VersionInfo/src/hooked_events.h b/plugins/VersionInfo/src/hooked_events.h index b75b5e59a8..e63d138998 100644 --- a/plugins/VersionInfo/src/hooked_events.h +++ b/plugins/VersionInfo/src/hooked_events.h @@ -25,7 +25,6 @@ extern HANDLE hModulesLoaded; extern HANDLE hOptionsInitialise;
int HookEvents();
-int UnhookEvents();
int OnModulesLoaded(WPARAM wParam, LPARAM lParam);
int OnOptionsInitialise(WPARAM wParam, LPARAM lParam);
|