From ca434abbf3d5095ce4ab3d1cb802063484d7bef9 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 27 May 2012 15:45:05 +0000
Subject: [PATCH] Remove debug code that crept in with the previous "fix"

D'oh.
---
 w32log.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/w32log.c b/w32log.c
index 5b4389f8..bc795de2 100644
--- a/w32log.c
+++ b/w32log.c
@@ -550,14 +550,6 @@ int LogPutStringNoMatch(const char *pszText, int style)
  *********************************************************************/
 void LogShowActivity(void)
 {
-   int i;
-
-   /* Try to figure out if SetIdleIcon() is thread-safe */
-   for (i = 0; i < 1000; i++)
-   {
-      SetIdleIcon();
-   }
-
    /* Start some activity timers */
    if (g_bShowActivityAnimation)
    {
-- 
2.49.0