diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-06-19 20:31:00 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-06-19 20:31:00 +0000 |
commit | 08bf3a1d71edaaba3bc82283e92b118b1d0be0de (patch) | |
tree | 7d056e1560938978d38e6c0da80208c4348b6910 /plugins/TopToolBar/common.h | |
parent | 1a9e2f536e35d52aba452f6f29a81de719c5aaf8 (diff) |
TopToolBar processing
git-svn-id: http://svn.miranda-ng.org/main/trunk@489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r-- | plugins/TopToolBar/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h index d3a55ff3dc..909c981ea9 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -53,7 +53,6 @@ int RecreateWindows(); struct TopButtonInt
{
HWND hwnd;
- HWND hwndTip;
int id;
BOOL bPushed;
int dwFlags;
|