aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-16 19:12:49 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-16 19:13:15 +0200
commit80ed3076a02a40175760f8ddf88bbee2e1604d23 (patch)
tree746cec95d3eb70ea0b72269c23b7ef78ad318519 /TODO
parent496ca2e4dca0d752823972e058e4885ec3b9004e (diff)
downloadqpdf-80ed3076a02a40175760f8ddf88bbee2e1604d23.tar.zst
Remove deprecated name/number tree constructors
Remove the name/number tree object helper constructors that don't take a QPDF&.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 6fe07fef..68447795 100644
--- a/TODO
+++ b/TODO
@@ -481,10 +481,6 @@ Comments appear in the code prefixed by "ABI"
* Search for ABI to find items not listed here.
* See where anonymous namespaces can be used to keep things private to
a source file. Search for `(class|struct)` in **/*.cc.
-* After removing legacy QPDFNameTreeObjectHelper and
- QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to
- having a QPDF reference and assume that the reference is always
- valid.
* Having QPDFObjectHandle setters return Class& to allow for
use of fluent interfaces. This includes array and dictionary
mutators.