X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32taskbar.c;h=0a25bbd8a27d2420f81e613c0c9dbce88fa26011;hp=27d45b4f69200b40a81cf13a31a2ab40cc137c5b;hb=e52674334610f4c2a1eb22b095c126527705f314;hpb=8675bc0559b182e88e9dfbfd98cc9c9f8717cf0b diff --git a/w32taskbar.c b/w32taskbar.c index 27d45b4f..0a25bbd8 100644 --- a/w32taskbar.c +++ b/w32taskbar.c @@ -1,4 +1,3 @@ -const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.13 2012/03/09 16:23:50 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32taskbar.c,v $ @@ -7,7 +6,7 @@ const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.13 2012/03/09 16:23:50 fabi * workspace tray icon * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * @@ -46,8 +45,6 @@ const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.13 2012/03/09 16:23:50 fabi #include "w32res.h" #include "w32log.h" -const char w32taskbar_h_rcs[] = W32TASKBAR_H_VERSION; - #ifndef _WIN_CONSOLE /* entire file */ #define WM_TRAYMSG WM_USER+1