diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-19 14:54:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-19 14:54:06 +0000 |
commit | cfd5e84d59e615d93f721f7c016f5606487657ac (patch) | |
tree | 68ee1fde81476e8cdd6fc285cea61277e6d54673 /plugins/Clist_modern/src | |
parent | 01ff549a2303122360f819c3344ff8a374839d82 (diff) |
faster, even faster
git-svn-id: http://svn.miranda-ng.org/main/trunk@16718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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;
}
|