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;
|
||||
const PDFDocument* m_document;
|
||||
PDFForm* m_form;
|
||||
Layout m_layout;
|
||||
std::map<int, QByteArray> m_fonts;
|
||||
};
|
||||
|
@ -11621,8 +11620,7 @@ void PDFXFAEngine::draw(const QTransform& pagePointToDevicePointMatrix,
|
|||
}
|
||||
|
||||
PDFXFAEngineImpl::PDFXFAEngineImpl() :
|
||||
m_document(nullptr),
|
||||
m_form(nullptr)
|
||||
m_document(nullptr)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue