diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-20 18:00:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-20 18:00:02 +0000 |
commit | 7055688aed957bfd04a300bdda0eb0a759761a89 (patch) | |
tree | 4391de65e3ddeabd23cc9fdb1fce7ed49b4bd459 /plugins/Clist_modern/src/modern_clui.cpp | |
parent | ace65d58e9512f9112c0c322b38f135f31519b0b (diff) |
that print isn't very informative...
git-svn-id: http://svn.miranda-ng.org/main/trunk@16723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clui.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index f939fbefc2..98a383166a 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -1391,8 +1391,6 @@ static int CLUI_SyncSmoothAnimation(WPARAM, LPARAM) static void CLUI_SmoothAnimationThreadProc(void *param)
{
- Netlib_Logf(NULL, "SmoothAnimationThreadProc thread end");
-
if (mutex_bAnimationInProgress) {
do {
if (!g_mutex_bLockUpdating) {
@@ -1408,7 +1406,6 @@ static void CLUI_SmoothAnimationThreadProc(void *param) } while (mutex_bAnimationInProgress);
}
- Netlib_Logf(NULL, "SmoothAnimationThreadProc thread end");
g_hSmoothAnimationThread = NULL;
}
|