From 80ed3076a02a40175760f8ddf88bbee2e1604d23 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 16 Apr 2022 13:12:49 -0400 Subject: Remove deprecated name/number tree constructors Remove the name/number tree object helper constructors that don't take a QPDF&. --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') 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. -- cgit v1.2.3-54-g00ecf