Kaydet (Commit) c686f29e authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unused argument

Change-Id: I0333f65f67cdd93f9773e6d738289e36353ef359
üst 3dc11410
This diff is collapsed.
...@@ -64,13 +64,6 @@ public: ...@@ -64,13 +64,6 @@ public:
*/ */
basegfx::B2IVector getSize() const; 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 /** Query type of scanline memory format
*/ */
Format getScanlineFormat() const; Format getScanlineFormat() const;
...@@ -121,7 +114,6 @@ public: ...@@ -121,7 +114,6 @@ public:
protected: protected:
BASEBMP_DLLPRIVATE BitmapDevice( const basegfx::B2IBox& rBounds, BASEBMP_DLLPRIVATE BitmapDevice( const basegfx::B2IBox& rBounds,
const basegfx::B2IVector& rBufferSize,
Format nScanlineFormat, Format nScanlineFormat,
sal_Int32 nScanlineStride, sal_Int32 nScanlineStride,
sal_uInt8* pFirstScanline, sal_uInt8* pFirstScanline,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment