diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-04 22:57:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-04 22:57:14 +0300 |
commit | 25fed4bccbac68ea89325025f9d08fcb5eb6b258 (patch) | |
tree | 3e13e72b4ef15c30b6a8fe40568817b920afefb5 /plugins/Clist_nicer | |
parent | 8e6a28579846d35bc36966dfb50e2eb7f662471a (diff) |
unused CLIST_INTERFACE data moved inside mir_app
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/src/clui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/src/clui.cpp b/plugins/Clist_nicer/src/clui.cpp index 1eed90914d..b2014121ae 100644 --- a/plugins/Clist_nicer/src/clui.cpp +++ b/plugins/Clist_nicer/src/clui.cpp @@ -827,8 +827,6 @@ LRESULT CALLBACK ContactListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l if (db_get_b(NULL, "CLUI", "useskin", 0)) IMG_LoadItems(); CreateButtonBar(hwnd); - //FYR: to be checked: otherwise it raises double xStatus items - //NotifyEventHooks(pcli->hPreBuildStatusMenuEvent, 0, 0); SendMessage(hwnd, WM_SETREDRAW, FALSE, FALSE); { LONG style; |