summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-16 06:11:52 +0100
committerDavid Tardon <dtardon@redhat.com>2012-02-17 13:59:29 +0100
commit9b3963ce53c2c4467dfdf085f07d76b4234e272f (patch)
tree29bfde57d7ddf77178c47221a4626fad3b8a143a /slideshow
parentf8e3ec289216fcf68b4083497a7e0ac04f07ce23 (diff)
remove duplicated assignment
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/transitions/shapetransitionfactory.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/slideshow/source/engine/transitions/shapetransitionfactory.cxx b/slideshow/source/engine/transitions/shapetransitionfactory.cxx
index 0079f005af83..4185b37afa18 100644
--- a/slideshow/source/engine/transitions/shapetransitionfactory.cxx
+++ b/slideshow/source/engine/transitions/shapetransitionfactory.cxx
@@ -143,10 +143,6 @@ void ClippingAnimation::start( const AnimatableShapeSharedPtr& rShape,
"ClippingAnimation::start(): Shape already set" );
OSL_ENSURE( !mpAttrLayer,
"ClippingAnimation::start(): Attribute layer already set" );
-
- mpShape = rShape;
- mpAttrLayer = rAttrLayer;
-
ENSURE_OR_THROW( rShape,
"ClippingAnimation::start(): Invalid shape" );
ENSURE_OR_THROW( rAttrLayer,