From: Fabian Keil Date: Wed, 6 Nov 2013 16:28:00 +0000 (+0000) Subject: Remove an unhelpful comment X-Git-Tag: v_3_0_22~226 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE-CONTENT-DISPOSITION?a=commitdiff_plain;h=9d6699c6de1019bfe0f04da79d7c38cb54ac7135;p=privoxy.git Remove an unhelpful comment --- diff --git a/cgiedit.c b/cgiedit.c index e8241295..a0e0e6d9 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -1,4 +1,4 @@ -const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.75 2012/03/09 17:55:49 fabiankeil Exp $"; +const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.76 2012/07/23 12:42:53 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgiedit.c,v $ @@ -121,19 +121,6 @@ struct file_line } setting; - /* Add more data types here... e.g. - - - struct url_spec url[1]; - - struct - { - struct action_spec action[1]; - const char * name; - } alias; - - */ - } data; };