From 2e40d556de5ceddae11198174c2991a0f7e3ed82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 29 Aug 2010 16:56:05 +0000 Subject: [PATCH] * FILE:HAVEPICS isn't used, remove it. --- webcit/downloads.c | 1 - 1 file changed, 1 deletion(-) diff --git a/webcit/downloads.c b/webcit/downloads.c index 8d4eb33b6..83c3163aa 100644 --- a/webcit/downloads.c +++ b/webcit/downloads.c @@ -233,7 +233,6 @@ HashList* LoadFileList(StrBuf *Target, WCTemplputParams *TP) else SortByPayload(Files, CompareFilelistBySequence); FreeStrBuf(&Buf); - svputlong("FILE:HAVEPICS", HavePic); return Files; } -- 2.30.2