[Libreoffice-commits] core.git: basebmp/inc
Noel Grandin
noel at peralex.com
Sat Nov 21 06:30:17 PST 2015
basebmp/inc/genericcolorimageaccessor.hxx | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
New commits:
commit 41cde55f943ea43da1ac18987d30e33a0a551e1b
Author: Noel Grandin <noel at peralex.com>
Date: Fri Nov 20 11:54:11 2015 +0200
loplugin:unusedfields in basebmp
Change-Id: I1a5da92deef152ef298e2036dbb2fbb65a5e3e7a
Reviewed-on: https://gerrit.libreoffice.org/20076
Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
Tested-by: Noel Grandin <noelgrandin at gmail.com>
diff --git a/basebmp/inc/genericcolorimageaccessor.hxx b/basebmp/inc/genericcolorimageaccessor.hxx
index 346da7c..04e7f97 100644
--- a/basebmp/inc/genericcolorimageaccessor.hxx
+++ b/basebmp/inc/genericcolorimageaccessor.hxx
@@ -33,20 +33,12 @@ namespace basebmp
class GenericColorImageAccessor
{
BitmapDeviceSharedPtr mpDevice;
- DrawMode meDrawMode;
public:
typedef Color value_type;
explicit GenericColorImageAccessor( BitmapDeviceSharedPtr const& rTarget ) :
- mpDevice(rTarget),
- meDrawMode(DrawMode::Paint)
- {}
-
- GenericColorImageAccessor( BitmapDeviceSharedPtr const& rTarget,
- DrawMode eDrawMode ) :
- mpDevice(rTarget),
- meDrawMode(eDrawMode)
+ mpDevice(rTarget)
{}
template< typename Iterator >
More information about the Libreoffice-commits
mailing list