diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-19 09:40:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-19 13:24:27 +0000 |
commit | d3b0f6bcd464c84052ca2af36ea2649aeef57b74 (patch) | |
tree | 7c42143d9c1585b5dfc3c06fd8e9a932dcd24c61 /include | |
parent | 1c217968b609de4484388719427366e7ddbc48d0 (diff) |
always copying to a different bitmap
Change-Id: I90b205bef1b01e6c4c43788fc5c95391b7842e83
Diffstat (limited to 'include')
-rw-r--r-- | include/basebmp/bitmapdevice.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/basebmp/bitmapdevice.hxx b/include/basebmp/bitmapdevice.hxx index 5f2756c9d17d..85dc153a4576 100644 --- a/include/basebmp/bitmapdevice.hxx +++ b/include/basebmp/bitmapdevice.hxx @@ -100,9 +100,6 @@ public: */ PaletteMemorySharedVector getPalette() const; - /// Check if this and the other BitmapDevice share a buffer - bool isSharedBuffer( const BitmapDeviceSharedPtr& rOther ) const; - /** Get color value at given pixel */ Color getPixel( const basegfx::B2IPoint& rPt ); |