aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-30 04:04:52 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-30 04:14:20 +0100
commitb776dcd2d3180becef8f58158873a91004e324ee (patch)
treee82a4490ab93bd6039eeb1388c82f2d96ee83705 /TODO
parent8d229e078f7e9f8af36ef983bb777c446aa5309b (diff)
downloadqpdf-b776dcd2d3180becef8f58158873a91004e324ee.tar.zst
Clean up some private functions
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index a4554456..5cdfb9d8 100644
--- a/TODO
+++ b/TODO
@@ -16,9 +16,6 @@ Do these things next time we have to break binary compatibility
* Rename QUtil::strcasecmp since strcasecmp is a macro on some
platforms. See #242.
- * Collapse QPDF::pushInheritedAttributesToPageInternal* and
- QPDF::getAllPagesInternal* into QPDF::*Internal.
-
* Get rid of the version of QPDF::copyForeignObject with the bool
unused parameter.