aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--libqpdf/QPDF_encryption.cc4
2 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index fb9a14e2..d194310e 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ Candidates for upcoming release
===============================
* Trivial fixes:
- * lgtm warning
* #470: odd/even -- doc bug
* #468: doc typo
* Remove travisci
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index 48351122..00bd697e 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -960,10 +960,6 @@ QPDF::initializeEncryption()
Length = 0;
}
}
- if (Length == 0)
- {
- Length = 128;
- }
}
if (Length == 0)
{