diff options
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;
}
|