summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-19 10:22:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-19 13:24:27 +0000
commitc686f29e1e2e1ebf19ad711028135bf557702fd0 (patch)
tree9c07bcd091ebbe8b035b174241873eb23b619f4c /include
parent3dc114108fda780f2bc46c35c2ef01c941caaca8 (diff)
drop unused argument
Change-Id: I0333f65f67cdd93f9773e6d738289e36353ef359
Diffstat (limited to 'include')
-rw-r--r--include/basebmp/bitmapdevice.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/basebmp/bitmapdevice.hxx b/include/basebmp/bitmapdevice.hxx
index 85dc153a4576..8087adfe9b4e 100644
--- a/include/basebmp/bitmapdevice.hxx
+++ b/include/basebmp/bitmapdevice.hxx
@@ -64,13 +64,6 @@ public:
*/
basegfx::B2IVector getSize() const;
- /** Query the size of the whole frame buffer
-
- @ return the size of the whole frame buffer, the same as
- getSize() unless this is a "subset" device.
- */
- basegfx::B2IVector getBufferSize() const;
-
/** Query type of scanline memory format
*/
Format getScanlineFormat() const;
@@ -121,7 +114,6 @@ public:
protected:
BASEBMP_DLLPRIVATE BitmapDevice( const basegfx::B2IBox& rBounds,
- const basegfx::B2IVector& rBufferSize,
Format nScanlineFormat,
sal_Int32 nScanlineStride,
sal_uInt8* pFirstScanline,