Strip out non-working LZW from the 1.6.x branch.

This commit is contained in:
Michael R Sweet
2026-01-16 20:21:12 -05:00
parent a9210c114a
commit 084c458974

View File

@@ -1,7 +1,7 @@
//
// PDF stream functions for PDFio.
//
// Copyright © 2021-2025 by Michael R Sweet.
// Copyright © 2021-2026 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
@@ -615,11 +615,6 @@ _pdfioStreamOpen(pdfio_obj_t *obj, // I - Object
st->remaining -= st->flate.avail_in;
}
else if (!strcmp(filter, "LZWDecode"))
{
// LZW compression
st->filter = PDFIO_FILTER_LZW;
}
else
{
// Something else we don't support