diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-02 20:26:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-02 20:26:28 +0000 |
commit | c2367b41afe38f4e2f78544e1552e4f93302392a (patch) | |
tree | 3846cec944f5d17f2a8a4f5eb58e111fd1e1e5d6 /plugins/Clist_modern/src/modern_global_structure.h | |
parent | 53ebc4e687d02bdab341171bd8b8b22b792e5c77 (diff) |
tray menu functions also moved to the core.
now all menu items are gathered there
git-svn-id: http://svn.miranda-ng.org/main/trunk@14476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_global_structure.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_global_structure.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_global_structure.h b/plugins/Clist_modern/src/modern_global_structure.h index f6e94f3cb2..7f54143571 100644 --- a/plugins/Clist_modern/src/modern_global_structure.h +++ b/plugins/Clist_modern/src/modern_global_structure.h @@ -70,7 +70,6 @@ typedef struct tagCLUIDATA //hEventHandles
HANDLE hEventBkgrChanged;
- HANDLE hEventPreBuildTrayMenu;
HANDLE hEventStatusBarShowToolTip;
HANDLE hEventStatusBarHideToolTip;
HANDLE hEventSkinServicesCreated;
|