X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/521bf4ff3ef47059265beff5d53c9e1162beb122..76e7cfab8fdb0c7862fd07e427af54181717fc62:/src/os2/print.cpp diff --git a/src/os2/print.cpp b/src/os2/print.cpp index dd82cee220..37908a98cf 100644 --- a/src/os2/print.cpp +++ b/src/os2/print.cpp @@ -4,13 +4,14 @@ // Author: David Webster // Modified by: // Created: 10/14/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" +#if wxUSE_PRINTING_ARCHITECTURE + #ifndef WX_PRECOMP #include #include "wx/list.h" @@ -18,8 +19,6 @@ #include "wx/app.h" #endif -#if wxUSE_PRINTING_ARCHITECTURE - #include "wx/os2/printos2.h" #include "wx/generic/prntdlgg.h" @@ -62,9 +61,6 @@ bool wxOS2Printer::Setup(wxWindow *WXUNUSED(parent)) // TODO: /* wxPrintDialog dialog(parent, & m_printData); -#if WXWIN_COMPATIBILITY_2_4 - dialog.GetPrintData().SetSetupDialog(true); -#endif return (dialog.ShowModal() == wxID_OK); */ return false;