diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-04-26 20:07:56 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-04-27 21:33:35 +0000 |
commit | a7bd0355cc45ab6d77579c6604a835a5fd0e96cb (patch) | |
tree | 5efb94995e1b5dda5a2c3415474e27e2580d3308 /include/vcl/gradient.hxx | |
parent | f710c017a666621c5b837de1f4624662f6a32e5a (diff) |
vcl: remove unused variable and redundant method
Change-Id: Id3662a21b6a687f9283f93778e5b70183e4f0c04
Reviewed-on: https://gerrit.libreoffice.org/24435
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/vcl/gradient.hxx')
-rw-r--r-- | include/vcl/gradient.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/gradient.hxx b/include/vcl/gradient.hxx index b80c79f75c43..6ebff6ded2a2 100644 --- a/include/vcl/gradient.hxx +++ b/include/vcl/gradient.hxx @@ -35,7 +35,6 @@ class SvStream; class Impl_Gradient { public: - sal_uInt32 mnRefCount; GradientStyle meStyle; Color maStartColor; Color maEndColor; @@ -47,9 +46,6 @@ public: sal_uInt16 mnIntensityEnd; sal_uInt16 mnStepCount; - friend SvStream& ReadImpl_Gradient( SvStream& rIStm, Impl_Gradient& rImplGradient ); - friend SvStream& WriteImpl_Gradient( SvStream& rOStm, const Impl_Gradient& rImplGradient ); - Impl_Gradient(); Impl_Gradient( const Impl_Gradient& rImplGradient ); |