summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 15:59:47 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 16:13:27 +0200
commit658b5bb3be49d2666b91d35671de71c1cf0a5853 (patch)
treeb18d1f78c982a18018ce0ac152e0f086675710be /TODO
parent46304befecb0b77a7f496841a1229c6c92e331e1 (diff)
downloadqpdf-658b5bb3be49d2666b91d35671de71c1cf0a5853.tar.zst
QPDFWriter: clean up overloaded functions
In a small number of cases, it makes sense to replace an overloaded function with a function that takes a default argument. We can do this now because we've already broken binary compatibility since the last release.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index dd41430c..0b7dc1d0 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,3 @@
-Next ABI
-========
-
- * Check all overloaded methods to see if any can be eliminated by
- using defaulted arguments. See ../misc/find-overloaded-functions.pl
- (not in source repo)
-
Lexical
=======