From 658b5bb3be49d2666b91d35671de71c1cf0a5853 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jun 2019 09:59:47 -0400 Subject: 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. --- TODO | 7 ------- 1 file changed, 7 deletions(-) (limited to 'TODO') 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 ======= -- cgit v1.2.3-54-g00ecf