Remove dead code in SetIdleIcon()
authorFabian Keil <fk@fabiankeil.de>
Thu, 24 May 2012 14:59:25 +0000 (14:59 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 24 May 2012 14:59:25 +0000 (14:59 +0000)
w32log.c

index d0aa90e..d688c58 100644 (file)
--- a/w32log.c
+++ b/w32log.c
@@ -1,4 +1,4 @@
-const char w32log_rcs[] = "$Id: w32log.c,v 1.40 2011/09/04 11:10:56 fabiankeil Exp $";
+const char w32log_rcs[] = "$Id: w32log.c,v 1.41 2012/03/09 16:23:50 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/w32log.c,v $
@@ -1111,7 +1111,6 @@ void SetIdleIcon()
          if (!global_toggle_state)
          {
             TraySetIcon(g_hwndTray, 1, g_hiconOff);
-            /* log_error(LOG_LEVEL_INFO, "Privoxy OFF icon selected."); */
          }
          else
 #endif /* def FEATURE_TOGGLE */