| Index: core/src/fxge/dib/fx_dib_main.cpp
|
| diff --git a/core/src/fxge/dib/fx_dib_main.cpp b/core/src/fxge/dib/fx_dib_main.cpp
|
| index b98fc6b359efeb7a0c1f982af6f62e4f10bddf0c..5b1a1036f72f30ad3f20b458fca1d4cc1dfa8ba2 100644
|
| --- a/core/src/fxge/dib/fx_dib_main.cpp
|
| +++ b/core/src/fxge/dib/fx_dib_main.cpp
|
| @@ -1551,11 +1551,6 @@ CFX_ImageRenderer::CFX_ImageRenderer() {
|
| CFX_ImageRenderer::~CFX_ImageRenderer() {
|
| delete m_pTransformer;
|
| }
|
| -extern FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip,
|
| - int width,
|
| - int height,
|
| - FX_BOOL bFlipX,
|
| - FX_BOOL bFlipY);
|
| FX_BOOL CFX_ImageRenderer::Start(CFX_DIBitmap* pDevice,
|
| const CFX_ClipRgn* pClipRgn,
|
| const CFX_DIBSource* pSource,
|
|
|