Remove debug code that crept in with the previous "fix"
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 May 2012 15:45:05 +0000 (15:45 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 May 2012 15:45:05 +0000 (15:45 +0000)
D'oh.

w32log.c

index 5b4389f..bc795de 100644 (file)
--- 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)
    {