diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-17 12:37:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-17 12:37:05 +0000 |
commit | bce08282b66209eb482726a7ec6c89083db327ac (patch) | |
tree | 14010fe07ec2a3761c0ec8ae6b7e0f62795447d5 /plugins/TopToolBar/toolbar.cpp | |
parent | 12af7262aa5d8bafecb5a3466cdafee9ca4a0b8b (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/toolbar.cpp')
-rw-r--r-- | plugins/TopToolBar/toolbar.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/TopToolBar/toolbar.cpp b/plugins/TopToolBar/toolbar.cpp index 93a9f5ee17..7e670e92ce 100644 --- a/plugins/TopToolBar/toolbar.cpp +++ b/plugins/TopToolBar/toolbar.cpp @@ -861,12 +861,6 @@ int addTopToolBarWindow(HWND parent) return (int)CallService(MS_CLIST_FRAMES_ADDFRAME, (WPARAM)&Frame, 0);
}
-VOID CALLBACK TimerProc(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
-{
- KillTimer(0, idEvent);
- NotifyEventHooks(hHookTTBModuleLoaded, 0, 0);
-}
-
static INT_PTR OnEventFire(WPARAM wParam, LPARAM lParam)
{
CallService(MS_SYSTEM_REMOVEWAIT, wParam, 0);
|