X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936b18ac298f757c460f070411a33445efe40eb2..befe9ee1cad9ca11cea394e6a9f3d3598d76fc31:/src/html/htmprint.cpp diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index fac5d33635..117e2261c4 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -425,9 +425,6 @@ wxHtmlEasyPrinting::wxHtmlEasyPrinting(const wxString& name, wxFrame *parent_fra m_Frame = parent_frame; m_Name = name; m_PrintData = new wxPrintData; -#if (defined __WXGTK__) || (defined __WXMOTIF__) - (*m_PrintData) = (*wxThePrintSetupData); -#endif m_PageSetupData = new wxPageSetupDialogData; m_Headers[0] = m_Headers[1] = m_Footers[0] = m_Footers[1] = wxEmptyString;