From 3c835ffde2e9d9aad789f222413f99e878efa157 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 9 Nov 2012 22:56:52 +0000 Subject: nicer+ own extra icons spacing settings removed git-svn-id: http://svn.miranda-ng.org/main/trunk@2266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/src/extBackg.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/Clist_nicer/src/extBackg.cpp') diff --git a/plugins/Clist_nicer/src/extBackg.cpp b/plugins/Clist_nicer/src/extBackg.cpp index 504bcfa974..29854db114 100644 --- a/plugins/Clist_nicer/src/extBackg.cpp +++ b/plugins/Clist_nicer/src/extBackg.cpp @@ -1391,7 +1391,6 @@ void extbk_import(char *file, HWND hwndDlg) char buffer[255]; char szKey[255], szSection[255]; DWORD data, version = 0; - int oldexIconScale = cfg::dat.exIconScale; for (n = 0; n <= ID_EXTBK_LAST - ID_STATUS_OFFLINE; n++) { if (StatusItems[n].statusID != ID_EXTBKSEPARATOR) { @@ -1500,10 +1499,6 @@ void extbk_import(char *file, HWND hwndDlg) ConfigureCLUIGeometry(1); SendMessage(pcli->hwndContactList, WM_SIZE, 0, 0); RedrawWindow(pcli->hwndContactList,NULL,NULL,RDW_INVALIDATE|RDW_ERASE|RDW_FRAME|RDW_UPDATENOW|RDW_ALLCHILDREN); - if (oldexIconScale != cfg::dat.exIconScale) { - IcoLibReloadIcons(); - pcli->pfnClcBroadcast(CLM_AUTOREBUILD, 0, 0); - } } static void ApplyCLUISkin() -- cgit v1.2.3