aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO26
1 files changed, 0 insertions, 26 deletions
diff --git a/TODO b/TODO
index d32d21d7..dd41430c 100644
--- a/TODO
+++ b/TODO
@@ -1,32 +1,6 @@
Next ABI
========
- * Check all classes that don't use the Members pattern and see if
- they should be converted. Most of the pipeline classes should be
- converted.
-
- Buffer.hh
- BufferInputSource.hh
- FileInputSource.hh
- InputSource.hh
- Pl_Buffer.hh
- Pl_Concatenate.hh
- Pl_Count.hh
- Pl_DCT.hh
- Pl_Discard.hh
- Pl_Flate.hh
- Pl_RunLength.hh
- Pl_StdioFile.hh
- QPDFExc.hh
- QPDFObjGen.hh
- QPDFSystemError.hh
- QPDFXRefEntry.hh
-
- * Pl_Buffer's internal structure is not right for what it does. It
- was modified for greater efficiency, but it was done in a way that
- preserved binary compatibility, so the implementation is a bit
- convoluted.
-
* 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)