projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7863f89
)
Remove debug code that crept in with the previous "fix"
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 27 May 2012 15:45:05 +0000
(15:45 +0000)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 27 May 2012 15:45:05 +0000
(15:45 +0000)
D'oh.
w32log.c
patch
|
blob
|
history
diff --git
a/w32log.c
b/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)
{