* FILE:HAVEPICS isn't used, remove it.
authorWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:05 +0000 (16:56 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:05 +0000 (16:56 +0000)
webcit/downloads.c

index 8d4eb33b6e1d6a4c63ae7e63f12f3a8581414694..83c3163aa90c254c8f0e60af9e2b2b2292265a44 100644 (file)
@@ -233,7 +233,6 @@ HashList* LoadFileList(StrBuf *Target, WCTemplputParams *TP)
        else 
                SortByPayload(Files, CompareFilelistBySequence);
        FreeStrBuf(&Buf);
-       svputlong("FILE:HAVEPICS", HavePic);
        return Files;
 }