summaryrefslogtreecommitdiff
path: root/vcl/inc/win
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-04-19 14:54:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-19 18:38:28 +0200
commit09a801915101f1cd6b39b20288fb55d76ad24c62 (patch)
treeabea451c02d5b51c18e30f45ec0048f97d539876 /vcl/inc/win
parent481b3bb669c7f2322723145aaf7271f844236e5e (diff)
nobody uses RLE display hardware anymore
Change-Id: I07aa5b24425007ac82fedb28d3c4f0ad474dca14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114270 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r--vcl/inc/win/salbmp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/win/salbmp.h b/vcl/inc/win/salbmp.h
index 5167a7e4a939..d48203840b76 100644
--- a/vcl/inc/win/salbmp.h
+++ b/vcl/inc/win/salbmp.h
@@ -55,8 +55,6 @@ public:
static HGLOBAL ImplCreateDIB( const Size& rSize, vcl::PixelFormat ePixelFormat, const BitmapPalette& rPal );
static HANDLE ImplCopyDIBOrDDB( HANDLE hHdl, bool bDIB );
static sal_uInt16 ImplGetDIBColorCount( HGLOBAL hDIB );
- static void ImplDecodeRLEBuffer( const BYTE* pSrcBuf, BYTE* pDstBuf,
- const Size& rSizePixel, bool bRLE4 );
public: