Skip to content

Remove Annot::xref

Albert Astals Cid requested to merge aacid/poppler:remove_xref_annot into master

Makes no sense to store xref if it's just doc->getXRef and we're also storing doc

It saves up some memory and also makes the code easier to read since storing both doc and ref may make you think that ref at some point could be different than doc->getXRef but it isn't

Merge request reports