Update TODOs.

This commit is contained in:
Michael R Sweet
2021-05-10 21:33:26 -04:00
parent b030c24ba1
commit 7cb4d0a557
5 changed files with 8 additions and 9 deletions

View File

@@ -218,7 +218,7 @@ pdfio_obj_t * // O - New object
pdfioFileCreatePage(pdfio_file_t *pdf, // I - PDF file
pdfio_dict_t *dict) // I - Page dictionary
{
// TODO: Implement me
// TODO: Implement pdfioFileCreatePage
(void)pdf;
(void)dict;
return (NULL);