diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-05 21:20:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-05 21:20:39 +0300 |
commit | f7c00d6dc53774d16b9721e79ed5d4017af63884 (patch) | |
tree | f1685d808e698db6374c2e9706efb2a4bc6657e3 /plugins/BossKeyPlus | |
parent | aa6ece5ae374ca814dab5df57e2180f404afdff6 (diff) |
these calls aren't required anymore
Diffstat (limited to 'plugins/BossKeyPlus')
-rw-r--r-- | plugins/BossKeyPlus/src/BossKey.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/BossKeyPlus/src/BossKey.cpp b/plugins/BossKeyPlus/src/BossKey.cpp index c2a35cafac..eabb2d137b 100644 --- a/plugins/BossKeyPlus/src/BossKey.cpp +++ b/plugins/BossKeyPlus/src/BossKey.cpp @@ -338,7 +338,6 @@ LRESULT CALLBACK ListenWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPara }
Clist_TrayIconDestroy(pcli->hwndContactList);
- pcli->pfnUninitTray();
if (g_wMask & OPT_TRAYICON)
CreateTrayIcon(true);
@@ -414,7 +413,6 @@ LRESULT CALLBACK ListenWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPara if (g_TrayIcon) CreateTrayIcon(false);
- pcli->pfnInitTray();
pcli->pfnTrayIconInit(pcli->hwndContactList);
// force a redraw
|