From 80052501c82eac13239329438334bb482864e205 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 30 Nov 2007 23:03:22 +0000 Subject: [PATCH] forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/print.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/include/wx/gtk/print.h b/include/wx/gtk/print.h index 17e0c12e7f..37713c277d 100644 --- a/include/wx/gtk/print.h +++ b/include/wx/gtk/print.h @@ -53,11 +53,7 @@ public: virtual wxPageSetupDialogBase *CreatePageSetupDialog( wxWindow *parent, wxPageSetupDialogData * data = NULL ); -#if wxUSE_NEW_DC virtual wxDCImpl* CreatePrinterDCImpl( wxPrinterDC *owner, const wxPrintData& data ); -#else - virtual wxDC* CreatePrinterDC( const wxPrintData& data ); -#endif virtual bool HasPrintSetupDialog(); virtual wxDialog *CreatePrintSetupDialog( wxWindow *parent, wxPrintData *data ); @@ -222,19 +218,10 @@ private: // wxGtkPrinterDC //----------------------------------------------------------------------------- -#if wxUSE_NEW_DC class WXDLLIMPEXP_CORE wxGtkPrinterDCImpl : public wxDCImpl -#else -#define wxGtkPrinterDCImpl wxGtkPrinterDC -class WXDLLIMPEXP_CORE wxGtkPrinterDC : public wxDC -#endif { public: -#if wxUSE_NEW_DC wxGtkPrinterDCImpl( wxPrinterDC *owner, const wxPrintData& data ); -#else - wxGtkPrinterDC( const wxPrintData& data ); -#endif virtual ~wxGtkPrinterDCImpl(); bool Ok() const { return IsOk(); } -- 2.45.2