From cfd5e84d59e615d93f721f7c016f5606487657ac Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Apr 2016 14:54:06 +0000 Subject: faster, even faster git-svn-id: http://svn.miranda-ng.org/main/trunk@16718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clc.cpp | 1 - plugins/Sessions/Src/stdafx.h | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index d93c693191..30be3a17a7 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1578,7 +1578,6 @@ static LRESULT clcOnIntmStatusChanged(ClcData *dat, HWND hwnd, UINT msg, WPARAM } } - pcli->pfnInitAutoRebuild(hwnd); return ret; } diff --git a/plugins/Sessions/Src/stdafx.h b/plugins/Sessions/Src/stdafx.h index f76831d72e..b1ec730c64 100644 --- a/plugins/Sessions/Src/stdafx.h +++ b/plugins/Sessions/Src/stdafx.h @@ -31,7 +31,7 @@ along with this program. If not, see . #include #include #include -#include +#include #include #include @@ -70,6 +70,6 @@ extern bool g_bOtherWarnings; extern bool g_bCrashRecovery; extern bool g_bIncompletedSave; -#define TIMERID_LOAD 12 -#define TIMERID_SHOW 11 -#define TIMERID_REBUILDAFTER 14 +#define TIMERID_SHOW 11 +#define TIMERID_LOAD 12 + -- cgit v1.2.3