| Index: core/src/fxge/win32/fx_win32_print.cpp
|
| diff --git a/core/src/fxge/win32/fx_win32_print.cpp b/core/src/fxge/win32/fx_win32_print.cpp
|
| index a8e8ce19fea44bffd6f1c9e7c9eebf3ee740495f..199ab78d9f57df104b1aa6a1b5558d075e157ece 100644
|
| --- a/core/src/fxge/win32/fx_win32_print.cpp
|
| +++ b/core/src/fxge/win32/fx_win32_print.cpp
|
| @@ -273,9 +273,7 @@ CPSPrinterDriver::CPSPrinterDriver()
|
| CPSPrinterDriver::~CPSPrinterDriver()
|
| {
|
| EndRendering();
|
| - if (m_pPSOutput) {
|
| - delete m_pPSOutput;
|
| - }
|
| + delete m_pPSOutput;
|
| }
|
| FX_BOOL CPSPrinterDriver::Init(HDC hDC, int pslevel, FX_BOOL bCmykOutput)
|
| {
|
|
|