aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf.h')
-rw-r--r--src/pdf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdf.h b/src/pdf.h
index 4cfb81a..394da5a 100644
--- a/src/pdf.h
+++ b/src/pdf.h
@@ -21,8 +21,6 @@ typedef struct _pdf_object_t {
/* pdf.c */
/* TODO: Rewrite object dictionary */
-/* TODO: Compact object id */
-/* TODO: `mutool clean -gggsz' */
int pdf_obj_create(pdf_object_t **pdf);
void pdf_obj_destroy(pdf_object_t **pdf);
int pdf_obj_add(pdf_object_t **pdf, int id,