mirror of https://github.com/JakubMelka/PDF4QT.git
Remove unused member
This commit is contained in:
parent
52ce99d466
commit
4f1fca4b70
|
@ -9855,7 +9855,6 @@ private:
|
||||||
|
|
||||||
xfa::XFA_Node<xfa::XFA_template> m_template;
|
xfa::XFA_Node<xfa::XFA_template> m_template;
|
||||||
const PDFDocument* m_document;
|
const PDFDocument* m_document;
|
||||||
PDFForm* m_form;
|
|
||||||
Layout m_layout;
|
Layout m_layout;
|
||||||
std::map<int, QByteArray> m_fonts;
|
std::map<int, QByteArray> m_fonts;
|
||||||
};
|
};
|
||||||
|
@ -11621,8 +11620,7 @@ void PDFXFAEngine::draw(const QTransform& pagePointToDevicePointMatrix,
|
||||||
}
|
}
|
||||||
|
|
||||||
PDFXFAEngineImpl::PDFXFAEngineImpl() :
|
PDFXFAEngineImpl::PDFXFAEngineImpl() :
|
||||||
m_document(nullptr),
|
m_document(nullptr)
|
||||||
m_form(nullptr)
|
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue