From e38db525f5f974643d144bc66e9ecc08add7b0ed Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 28 Apr 2000 02:31:27 +0000 Subject: deleted some commented out code svn path=/trunk/; revision=2670 --- calendar/cal-util/calobj.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'calendar') diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c index 9b66e5795b..03862d1dd1 100644 --- a/calendar/cal-util/calobj.c +++ b/calendar/cal-util/calobj.c @@ -1011,10 +1011,8 @@ ical_object_to_vobject (iCalObject *ical) s = addPropValue (o, VCSummaryProp, ical->summary); if (strchr (ical->summary, '\n')) addProp (s, VCQuotedPrintableProp); - } else { - //addPropValue (o, VCSummaryProp, _("Snark")); } - + /* status */ addPropValue (o, VCStatusProp, ical->status); -- cgit v1.2.3