diff --git a/Pdf4QtLibCore/sources/pdfxfaengine.cpp b/Pdf4QtLibCore/sources/pdfxfaengine.cpp index 05fb566..d8ed0c7 100644 --- a/Pdf4QtLibCore/sources/pdfxfaengine.cpp +++ b/Pdf4QtLibCore/sources/pdfxfaengine.cpp @@ -9855,7 +9855,6 @@ private: xfa::XFA_Node m_template; const PDFDocument* m_document; - PDFForm* m_form; Layout m_layout; std::map m_fonts; }; @@ -11621,8 +11620,7 @@ void PDFXFAEngine::draw(const QTransform& pagePointToDevicePointMatrix, } PDFXFAEngineImpl::PDFXFAEngineImpl() : - m_document(nullptr), - m_form(nullptr) + m_document(nullptr) { }