summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/bitmap.hxx')
-rw-r--r--include/vcl/bitmap.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index 04cc0cbca83d..2f74b71dd7b3 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -650,16 +650,6 @@ public:
BmpFilter eFilter,
const BmpFilterParam* pFilterParam = nullptr );
- /** Copy block of image data into the bitmap.
- Assumes that the Bitmap has been constructed with the desired size.
-
- @param pData
- The block of data to copy
- @param nStride
- The number of bytes in a scanline, must >= width
- */
- void SetToData( sal_uInt8 const *pData, sal_Int32 nStride );
-
public:
SAL_DLLPRIVATE void ImplMakeUnique();