summaryrefslogtreecommitdiff
path: root/include/vcl/BitmapBuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/BitmapBuffer.hxx')
-rw-r--r--include/vcl/BitmapBuffer.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/BitmapBuffer.hxx b/include/vcl/BitmapBuffer.hxx
index a9e91c54505f..b5444afc877b 100644
--- a/include/vcl/BitmapBuffer.hxx
+++ b/include/vcl/BitmapBuffer.hxx
@@ -26,7 +26,6 @@
#include <vcl/dllapi.h>
#include <vcl/BitmapPalette.hxx>
-#include <vcl/ColorMask.hxx>
#include <vcl/Scanline.hxx>
#include <tools/long.hxx>
@@ -41,13 +40,12 @@ struct VCL_DLLPUBLIC BitmapBuffer
sal_uInt8* mpBits;
ScanlineFormat meFormat = ScanlineFormat::NONE;
ScanlineDirection meDirection = ScanlineDirection::BottomUp;
- ColorMask maColorMask;
sal_uInt16 mnBitCount;
};
VCL_DLLPUBLIC std::optional<BitmapBuffer> StretchAndConvert(
const BitmapBuffer& rSrcBuffer, const SalTwoRect& rTwoRect,
- ScanlineFormat nDstBitmapFormat, std::optional<BitmapPalette> pDstPal = std::nullopt, const ColorMask* pDstMask = nullptr );
+ ScanlineFormat nDstBitmapFormat, std::optional<BitmapPalette> pDstPal = std::nullopt );
#endif // INCLUDED_VCL_BITMAPBUFFER_HXX