Remove Annot::xref

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
2 files changed